diff --git a/tests/bootstrap.php b/tests/bootstrap.php index e4a887ad7..1904a068f 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -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 ); -} +} \ No newline at end of file