Update message for PHPUnit3.6

This commit is contained in:
mark_story 2011-11-11 21:28:24 -05:00
parent 493ce3a442
commit 99caa98df3

View file

@ -157,7 +157,7 @@ class TestsuiteShell extends Shell {
))->addOption('fixture', array(
'help' => __d('cake_console', 'Choose a custom fixture manager.'),
))->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;