Skip to content

Commit

Permalink
Adding the --debug flag that later versions of PHPUnit support.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Aug 23, 2011
1 parent 6acf024 commit f060fda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Cake/Console/Command/TestsuiteShell.php
Expand Up @@ -156,6 +156,8 @@ public function getOptionParser() {
'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;
Expand Down

0 comments on commit f060fda

Please sign in to comment.