Browse Source

Update message for PHPUnit3.6

mark_story 14 years ago
parent
commit
99caa98df3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Cake/Console/Command/TestsuiteShell.php

+ 1 - 1
lib/Cake/Console/Command/TestsuiteShell.php

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