More require_once() rewritten to require()
authorRoland Häder <roland@mxchange.org>
Tue, 24 Mar 2009 10:41:25 +0000 (10:41 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 24 Mar 2009 10:41:25 +0000 (10:41 +0000)
tests/ConfigTest.php
tests/RegistryTest.php
tests/RequestTest.php
tests/Test.php

index adce7b2040d6f8208cca993e2c4d9d22e142970e..888bbdf8daaa086f933e0dac10d5c596b539f141 100644 (file)
@@ -20,7 +20,7 @@ FrameworkConfiguration::getInstance()->setConfigEntry('default_application', 'sh
 define('TEST_MODE', true);
 
 // Load the PHPUnit framework
 define('TEST_MODE', true);
 
 // Load the PHPUnit framework
-require_once('PHPUnit/Framework.php');
+require('PHPUnit/Framework.php');
 
 print (basename(__FILE__).": Init completed.\n\n");
 
 
 print (basename(__FILE__).": Init completed.\n\n");
 
index 361f305eeda8ce212e51106846d7979bf3a06e46..93cafa9b390b1a0c1765076f221646e616259cff 100644 (file)
@@ -20,7 +20,7 @@ FrameworkConfiguration::getInstance()->setConfigEntry('default_application', 'sh
 define('TEST_MODE', true);
 
 // Load the PHPUnit framework
 define('TEST_MODE', true);
 
 // Load the PHPUnit framework
-require_once('PHPUnit/Framework.php');
+require('PHPUnit/Framework.php');
 
 print (basename(__FILE__).": Init completed.\n\n");
 
 
 print (basename(__FILE__).": Init completed.\n\n");
 
index d41d3da1a58833f098da5b903e8870f6f4e41a47..5c1cc76a15c5be301bea6b1e8a86a3c642f092b2 100644 (file)
@@ -20,7 +20,7 @@ FrameworkConfiguration::getInstance()->setConfigEntry('default_application', 'sh
 define('TEST_MODE', true);
 
 // Load the PHPUnit framework
 define('TEST_MODE', true);
 
 // Load the PHPUnit framework
-require_once('PHPUnit/Framework.php');
+require('PHPUnit/Framework.php');
 
 print (basename(__FILE__).": Init completed.\n\n");
 
 
 print (basename(__FILE__).": Init completed.\n\n");
 
index 3c12cf40c8ab61a64112c0270f1f6fb28619131a..7dba79067248742bc332125c35534d0ed4141187 100644 (file)
@@ -20,7 +20,7 @@ FrameworkConfiguration::getInstance()->setConfigEntry('default_application', 'sh
 define('TEST_MODE', true);
 
 // Load the PHPUnit framework
 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");
 
 print (basename(__FILE__).": Init completed.\n\n");
 die("You need to remove this line (".__LINE__.") and implement this test!\n");