Revert "Make PHPUnit bootstrap add flush=1"

This reverts commit e0037967c2.

Conflicts:

	tests/travis/_ss_environment.php
This commit is contained in:
Sam Minnee 2012-08-14 19:00:57 +12:00
parent 2c62dda47a
commit fe1434678b
1 changed files with 1 additions and 2 deletions

View File

@ -20,7 +20,6 @@ if (!$_SERVER) $_SERVER = array();
$frameworkPath = dirname(dirname(__FILE__));
$frameworkDir = basename($frameworkPath);
$_GET['flush'] = 1;
$_SERVER['SCRIPT_FILENAME'] = $frameworkPath . DIRECTORY_SEPARATOR . 'cli-script.php';
$_SERVER['SCRIPT_NAME'] = '.' . DIRECTORY_SEPARATOR . $frameworkDir . DIRECTORY_SEPARATOR . 'cli-script.php';
@ -71,4 +70,4 @@ if(!isset($_GET['flush']) || !$_GET['flush']) {
"Add flush=1 as an argument to discover new classes or files.\n",
false
);
}
}