We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c147a commit e1dd7baCopy full SHA for e1dd7ba
.github/workflows/ci.yml
@@ -40,4 +40,4 @@ jobs:
40
run: docker run --rm --interactive --mount type=bind,source="$(pwd)"/src,target=/var/www/html dockerized-php:dev composer phpstan --ansi
41
42
- name: Check PHPUnit
43
- run: docker run --rm --interactive --mount type=bind,source="$(pwd)"/src,target=/var/www/html dockerized-php:dev composer paratest --ansi
+ run: docker run --rm --interactive --mount type=bind,source="$(pwd)"/src,target=/var/www/html dockerized-php:dev composer test --ansi
0 commit comments