Adding the --debug flag that later versions of PHPUnit support.

This commit is contained in:
mark_story 2011-08-22 22:29:32 -04:00
parent 6acf024a2b
commit f060fdafb7

View file

@ -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;