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.
Makefile
1 parent 067bb06 commit c253a39Copy full SHA for c253a39
Makefile
@@ -3,6 +3,7 @@
3
build: cs tests phpstan
4
5
tests: install-paratest
6
+ rm vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php
7
XDEBUG_MODE=off php tests/vendor/bin/paratest --runner WrapperRunner --no-coverage
8
9
tests-integration: install-paratest
0 commit comments