Fixed typo in TestSuiteShell

This commit is contained in:
Stef van den Ham 2012-02-22 09:38:59 +01:00
parent e5205a8dcc
commit 98b84ce40b

View file

@ -53,7 +53,7 @@ class TestsuiteShell extends TestShell {
'help' => __d('cake_console', '<file> Log test execution in JUnit XML format to file.'),
'default' => false
))->addOption('log-json', array(
'help' => __d('cake_console', '<file> Log test execution in TAP format to file.'),
'help' => __d('cake_console', '<file> Log test execution in JSON format to file.'),
'default' => false
))->addOption('log-tap', array(
'help' => __d('cake_console', '<file> Log test execution in TAP format to file.'),