Skip to content

Commit

Permalink
Update message for PHPUnit3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 12, 2011
1 parent 493ce3a commit 99caa98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Console/Command/TestsuiteShell.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public function getOptionParser() {
))->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;
Expand Down

0 comments on commit 99caa98

Please sign in to comment.