Skip to content

Commit

Permalink
Revert "Make PHPUnit bootstrap add flush=1"
Browse files Browse the repository at this point in the history
This reverts commit e003796.

Conflicts:

	tests/travis/_ss_environment.php
  • Loading branch information
Sam Minnee committed Aug 14, 2012
1 parent 2c62dda commit fe14346
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/bootstrap.php
Expand Up @@ -20,7 +20,6 @@
$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';

Expand Down Expand Up @@ -71,4 +70,4 @@
"Add flush=1 as an argument to discover new classes or files.\n",
false
);
}
}

0 comments on commit fe14346

Please sign in to comment.