Adding verbose/quiet flags back to testsuite shell.

This commit is contained in:
mark_story 2010-10-14 22:15:01 -04:00
parent 124a910830
commit 0428320c78

View file

@ -34,7 +34,7 @@ class TestSuiteShell extends Shell {
* @return void
*/
public function getOptionParser() {
$parser = new ConsoleOptionParser($this->name, false);
$parser = new ConsoleOptionParser($this->name);
$parser->description(array(
'The CakPHP Testsuite allows you to run test cases from the command line',
'If run with no command line arguments, a list of available core test cases will be shown'