Skip to content

Commit

Permalink
Fixing typo that prevented html coverage reports from being generated.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 22, 2010
1 parent 4c0e69b commit fdcfd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/console/shells/testsuite.php
Expand Up @@ -56,7 +56,7 @@ public function getOptionParser() {
))->addOption('log-dbus', array(
'help' => __('Log test execution to DBUS.'),
'default' => false
))->addOption('--coverage-html', array(
))->addOption('coverage-html', array(
'help' => __('<dir> Generate code coverage report in HTML format.'),
'default' => false
))->addOption('coverage-clover', array(
Expand Down

0 comments on commit fdcfd03

Please sign in to comment.