Skip to content

Commit

Permalink
Fixes make:test
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Apr 24, 2024
1 parent 574be4a commit 73ad1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/TestMakeCommand.php
Expand Up @@ -30,7 +30,7 @@ protected function getStub(): string
{
$suffix = $this->option('unit') ? '.unit.stub' : '.stub';

$relativePath = $this->option('pest')
$relativePath = $this->usingPest()
? '/stubs/pest'.$suffix
: '/stubs/test'.$suffix;

Expand Down

0 comments on commit 73ad1e8

Please sign in to comment.