X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=tests%2FConfigTest.php;h=888bbdf8daaa086f933e0dac10d5c596b539f141;hp=adce7b2040d6f8208cca993e2c4d9d22e142970e;hb=f9183eb5c238cc71cdb8891fa816c508b74ba472;hpb=fbe2f3e1082665d236c2726f27bcf84b798ccef1 diff --git a/tests/ConfigTest.php b/tests/ConfigTest.php index adce7b20..888bbdf8 100644 --- a/tests/ConfigTest.php +++ b/tests/ConfigTest.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");