]> git.mxchange.org Git - core.git/blobdiff - tests/Test.php
Parser error fixed
[core.git] / tests / Test.php
index 3c12cf40c8ab61a64112c0270f1f6fb28619131a..7dba79067248742bc332125c35534d0ed4141187 100644 (file)
@@ -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");