Skip to content

Commit

Permalink
Merge pull request #239 from gpibarra/patch-1
Browse files Browse the repository at this point in the history
change binary path pest:dusk
  • Loading branch information
nunomaduro authored Dec 27, 2020
2 parents fac3fe3 + 6abc220 commit 60aea67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Laravel/Commands/PestDuskCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ final class PestDuskCommand extends DuskCommand
protected function binary()
{
if ('phpdbg' === PHP_SAPI) {
return [PHP_BINARY, '-qrr', 'vendor/bin/pest'];
return [PHP_BINARY, '-qrr', 'vendor/pestphp/pest/bin/pest'];
}

return [PHP_BINARY, 'vendor/bin/pest'];
return [PHP_BINARY, 'vendor/pestphp/pest/bin/pest'];
}
}

0 comments on commit 60aea67

Please sign in to comment.