More require_once() rewritten to require()
[core.git] / tests / RegistryTest.php
index 361f305eeda8ce212e51106846d7979bf3a06e46..93cafa9b390b1a0c1765076f221646e616259cff 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");