Skip to content

Commit

Permalink
Specify where to run phpunit tests from
Browse files Browse the repository at this point in the history
  • Loading branch information
pkevan authored Nov 22, 2024
1 parent 5409c86 commit 17beaf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ We have separate containers for PHPUnit, a web server & database, to keep the te
docker compose -f docker-compose.phpunit.yml exec phpunit_wp phpunit
```

If you're still in the shell from the previous step, you can run `phpunit` directly.
If you're still in the shell from the previous step, you can run `phpunit` directly. You'll need to be in the `/app` directory to run the tests.
```bash
phpunit
```
Expand Down

0 comments on commit 17beaf1

Please sign in to comment.