define('TEST_MODE', true);
// Load the PHPUnit framework
-require_once('PHPUnit/Framework.php');
+require('PHPUnit/Framework.php');
print (basename(__FILE__).": Init completed.\n\n");
define('TEST_MODE', true);
// Load the PHPUnit framework
-require_once('PHPUnit/Framework.php');
+require('PHPUnit/Framework.php');
print (basename(__FILE__).": Init completed.\n\n");
define('TEST_MODE', true);
// Load the PHPUnit framework
-require_once('PHPUnit/Framework.php');
+require('PHPUnit/Framework.php');
print (basename(__FILE__).": Init completed.\n\n");
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");