Skip to content

Commit e95d3f9

Browse files
committed
Update testing instructions in CONTRIBUTING.md to match new code implementation
- Change testing instructions to use `fpm` - Remove instructions for running PHPUnit and Psalm in the `web` container as it no longer matches the current code implementation.
1 parent b332eec commit e95d3f9

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)