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 278515b commit faf90d7Copy full SHA for faf90d7
.github/workflows/tests.yml
@@ -61,7 +61,7 @@ jobs:
61
run: "vendor/bin/phpunit --check-php-configuration"
62
63
- name: "Tests"
64
- run: "XDEBUG_MODE=off php tests/vendor/bin/paratest --runner WrapperRunner --no-coverage"
+ run: "php tests/vendor/bin/paratest --runner WrapperRunner --no-coverage"
65
66
tests-phpunit11:
67
name: "Tests PHPUnit 11.x"
0 commit comments