Skip to content

Commit

Permalink
Add missing parameter to optionparser.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Mar 31, 2014
1 parent e741206 commit 3fa46f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Console/Command/Task/TestTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,8 @@ public function getOptionParser() {
])->addOption('force', [
'short' => 'f',
'help' => __d('cake_console', 'Force overwriting existing files without prompting.')
])->addOption('fixtures', [
'help' => __d('cake_console', 'A comma separated list of fixture names you want to include.')
]);

return $parser;
Expand Down

0 comments on commit 3fa46f5

Please sign in to comment.