Skip to content

Commit

Permalink
fix(testcmd): show options for test naming
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Aug 23, 2018
1 parent bcf8914 commit 9e377b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/TestCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ protected function onConstruct()
$this
->option('-t --no-teardown', 'Dont add teardown method')
->option('-s --no-setup', 'Dont add setup method')
->option('-n --naming', 'Test method naming format')
->option('-n --naming', "Test method naming format\n(t: testMethod | m: test_method | i: it_tests_)")
->option('-a --with-abstract', 'Create stub for abstract/interface class')
->option('-p --phpunit [classFqcn]', 'Base PHPUnit class to extend from')
->option('-d --dump-autoload', 'Force composer dumpautoload (slow)', null, false)
Expand Down

0 comments on commit 9e377b5

Please sign in to comment.