Skip to content

Commit

Permalink
fix: update path to pest
Browse files Browse the repository at this point in the history
The executable is put in the `bin` directory. 
This PR updates the path so it is correct and shorter
  • Loading branch information
benfreke authored Oct 4, 2023
1 parent bdf8476 commit c944a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ To configure pest to run properly, you need to setup the the proper local test f
And add the following two configuration fields:

Set "Path to Pest Executable" to
<code>/path/to/your/project/vendor/pestphp/pest/bin/pest/</code>
<code>/path/to/your/project/vendor/bin/pest</code>

Set the "Test Runner" to
<code>/path/to/your/project/phpunit.xml</code>
Expand Down

0 comments on commit c944a93

Please sign in to comment.