X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=tests%2FRequestTest.php;h=5c1cc76a15c5be301bea6b1e8a86a3c642f092b2;hp=d41d3da1a58833f098da5b903e8870f6f4e41a47;hb=f9183eb5c238cc71cdb8891fa816c508b74ba472;hpb=fbe2f3e1082665d236c2726f27bcf84b798ccef1 diff --git a/tests/RequestTest.php b/tests/RequestTest.php index d41d3da1..5c1cc76a 100644 --- a/tests/RequestTest.php +++ b/tests/RequestTest.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");