Skip to content

Commit 5aaf518

Browse files
authored
Testing the API - update command to run tests (#1243)
1 parent a48b981 commit 5aaf518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribution/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ transaction previously begun. Because of this, you can run your tests without wo
220220

221221
All you have to do now is to run your tests:
222222

223-
$ docker-compose exec php vendor/bin/simple-phpunit
223+
$ docker-compose exec php bin/phpunit
224224

225225
If everything is working properly, you should see `OK (5 tests, 17 assertions)`.
226226
Your REST API is now properly tested!

0 commit comments

Comments
 (0)