mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Adding verbose/quiet flags back to testsuite shell.
This commit is contained in:
parent
124a910830
commit
0428320c78
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue