mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-03-18 15:39:53 +00:00
Update message for PHPUnit3.6
This commit is contained in:
parent
493ce3a442
commit
99caa98df3
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ class TestsuiteShell extends Shell {
|
||||||
))->addOption('fixture', array(
|
))->addOption('fixture', array(
|
||||||
'help' => __d('cake_console', 'Choose a custom fixture manager.'),
|
'help' => __d('cake_console', 'Choose a custom fixture manager.'),
|
||||||
))->addOption('debug', array(
|
))->addOption('debug', array(
|
||||||
'help' => __d('cake_console', 'More verbose output.'),
|
'help' => __d('cake_console', 'Enable full output of testsuite. (supported in PHPUnit 3.6.0 and greater)'),
|
||||||
));
|
));
|
||||||
|
|
||||||
return $parser;
|
return $parser;
|
||||||
|
|
Loading…
Add table
Reference in a new issue