X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=tests%2FRegistryTest.php;h=93cafa9b390b1a0c1765076f221646e616259cff;hp=361f305eeda8ce212e51106846d7979bf3a06e46;hb=f9183eb5c238cc71cdb8891fa816c508b74ba472;hpb=fbe2f3e1082665d236c2726f27bcf84b798ccef1 diff --git a/tests/RegistryTest.php b/tests/RegistryTest.php index 361f305e..93cafa9b 100644 --- a/tests/RegistryTest.php +++ b/tests/RegistryTest.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");