Skip to content

Commit

Permalink
TestShell support --coverage-text option
Browse files Browse the repository at this point in the history
  • Loading branch information
nojimage committed Aug 8, 2016
1 parent e71d83c commit 9a5d570
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Cake/Console/Command/TestShell.php
Expand Up @@ -71,6 +71,9 @@ public function getOptionParser() {
))->addOption('coverage-clover', array(
'help' => __d('cake_console', '<file> Write code coverage data in Clover XML format.'),
'default' => false
))->addOption('coverage-text', array(
'help' => __d('cake_console', 'Output code coverage report in Text format.'),
'boolean' => true
))->addOption('testdox-html', array(
'help' => __d('cake_console', '<file> Write agile documentation in HTML format to file.'),
'default' => false
Expand Down

0 comments on commit 9a5d570

Please sign in to comment.