We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60c659e + e95d3f9 commit 854fc3aCopy full SHA for 854fc3a
CONTRIBUTING.md
@@ -67,8 +67,9 @@ $ git push origin [name_of_your_new_branch]
67
### Testing
68
69
- `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`
+- `docker compose exec fpm vendor/bin/phpunit --configuration phpunit.xml`
+- `docker compose exec swoole vendor/bin/phpunit --configuration phpunit.xml`
72
+- `docker compose exec swoole-coroutine vendor/bin/phpunit --configuration phpunit.xml`
73
74
## Introducing New Features
75
0 commit comments