]> git.mxchange.org Git - core.git/blobdiff - tests/ConfigTest.php
More require_once() rewritten to require()
[core.git] / tests / ConfigTest.php
index adce7b2040d6f8208cca993e2c4d9d22e142970e..888bbdf8daaa086f933e0dac10d5c596b539f141 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");