Skip to content

Commit

Permalink
Reword
Browse files Browse the repository at this point in the history
  • Loading branch information
DCzajkowski committed Nov 16, 2017
1 parent 88f2ffb commit e328b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Commands/AuthTestsMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class AuthTestsMakeCommand extends Command
* @var string
*/
protected $signature = 'make:auth-tests
{--a|annotation : Don\'t prepend tests\' names with \'test\', but rather use @test annotation}
{--a|annotation : Don\'t prepend tests\' names with \'test\', but use @test annotation instead}
{--s|snake-case : Use snake-case rather than camel-case}
{--f|force : Overwrite existing tests}';

Expand Down

0 comments on commit e328b07

Please sign in to comment.