mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Adding the --debug flag that later versions of PHPUnit support.
This commit is contained in:
parent
6acf024a2b
commit
f060fdafb7
1 changed files with 2 additions and 0 deletions
|
@ -156,6 +156,8 @@ class TestsuiteShell extends Shell {
|
|||
'default' => false
|
||||
))->addOption('fixture', array(
|
||||
'help' => __d('cake_console', 'Choose a custom fixture manager.'),
|
||||
))->addOption('debug', array(
|
||||
'help' => __d('cake_console', 'More verbose output.'),
|
||||
));
|
||||
|
||||
return $parser;
|
||||
|
|
Loading…
Reference in a new issue