Skip to content

Commit

Permalink
Fix small error in testing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-xo committed Feb 27, 2022
1 parent e6ff764 commit 3d243c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ TESTING
To run the unit tests:
1. make sure you have xdebug installed. (`pecl install xdebug`)
2. make sure you have composer installed. (`brew install composer # (or similar)`)
3. `composer install`
4. `./test/run.sh`
3. `cd test && composer install`
4. `./run.sh`


COPYRIGHT & LICENSE
Expand Down

0 comments on commit 3d243c8

Please sign in to comment.