Skip to content

Commit 854fc3a

Browse files
Merge pull request #143 from ebenezerdon/fix-testing-instructions
Update testing instructions in CONTRIBUTING.md
2 parents 60c659e + e95d3f9 commit 854fc3a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,9 @@ $ git push origin [name_of_your_new_branch]
6767
### Testing
6868

6969
- `docker compose up -d`
70-
- `docker compose exec web vendor/bin/phpunit --configuration phpunit.xml`
71-
- `docker compose exec web vendor/bin/psalm --show-info=true`
70+
- `docker compose exec fpm vendor/bin/phpunit --configuration phpunit.xml`
71+
- `docker compose exec swoole vendor/bin/phpunit --configuration phpunit.xml`
72+
- `docker compose exec swoole-coroutine vendor/bin/phpunit --configuration phpunit.xml`
7273

7374
## Introducing New Features
7475

0 commit comments

Comments
 (0)