X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Ftests%2Fstarter.php;h=a588ec9cab32ea39981ca98a7ebd7b7db03cbe06;hb=513812814a5a17022d414727e5a4c6d0823fe5f6;hp=007a85b9f0f318e27bbd6bbdeef9480f8812b583;hpb=75d22b262f62dd88e577ade6da3d6be9d34b9930;p=core.git diff --git a/application/tests/starter.php b/application/tests/starter.php index 007a85b9..a588ec9c 100644 --- a/application/tests/starter.php +++ b/application/tests/starter.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2014 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 * @@ -52,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] -?>