X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=tests%2FTest.php;h=7dba79067248742bc332125c35534d0ed4141187;hp=5895ff06e945ce161b7928220b9f1fc85aa90596;hb=f9183eb5c238cc71cdb8891fa816c508b74ba472;hpb=361e6320e50a8bb1a3ccb675388b8042361669ae;ds=sidebyside diff --git a/tests/Test.php b/tests/Test.php index 5895ff06..7dba7906 100644 --- a/tests/Test.php +++ b/tests/Test.php @@ -20,7 +20,7 @@ FrameworkConfiguration::getInstance()->setConfigEntry('default_application', 'sh define('TEST_MODE', true); // Load the PHPUnit framework -require_once('PHPUnit/Framework.php'); +require('PHPUnit/Framework.php'); print (basename(__FILE__).": Init completed.\n\n"); die("You need to remove this line (".__LINE__.") and implement this test!\n"); @@ -30,7 +30,7 @@ die("You need to remove this line (".__LINE__.") and implement this test!\n"); * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007 - 2009 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @see http://www.phpunit.de