From 0428320c78cfbf5339157d589f9c9c5cf8254c07 Mon Sep 17 00:00:00 2001 From: mark_story Date: Thu, 14 Oct 2010 22:15:01 -0400 Subject: [PATCH] Adding verbose/quiet flags back to testsuite shell. --- cake/console/libs/testsuite.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cake/console/libs/testsuite.php b/cake/console/libs/testsuite.php index 1c4cd3bed..c9a67799a 100644 --- a/cake/console/libs/testsuite.php +++ b/cake/console/libs/testsuite.php @@ -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'