X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Ftests%2Fstarter.php;h=a588ec9cab32ea39981ca98a7ebd7b7db03cbe06;hb=513812814a5a17022d414727e5a4c6d0823fe5f6;hp=26c1080e7517f644abe701a441b9f0ca6020378b;hpb=65f6c4366c9709c9c7c9070d903f1d948be0d5b0;p=core.git diff --git a/application/tests/starter.php b/application/tests/starter.php index 26c1080e..a588ec9c 100644 --- a/application/tests/starter.php +++ b/application/tests/starter.php @@ -1,13 +1,10 @@ * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2020 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.shipsimu.org * @@ -55,6 +52,3 @@ if ((empty($app)) || (is_null($app))) { // Call user function call_user_func_array(array($app, FrameworkConfiguration::getSelfInstance()->getConfigEntry('entry_method')), array()); - -// [EOF] -?>