File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 33build : cs tests phpstan
44
55tests :
6- XDEBUG_MODE=off php vendor/bin/paratest --runner WrapperRunner --no-coverage
6+ XDEBUG_MODE=off php vendor/bin/phpunit --no-coverage
77
88tests-integration :
9- php vendor/bin/paratest --runner WrapperRunner --no-coverage --group exec
9+ php vendor/bin/phpunit --no-coverage --group exec
1010
1111tests-levels :
12- php vendor/bin/paratest --runner WrapperRunner --no-coverage --group levels
12+ php vendor/bin/phpunit --no-coverage --group levels
1313
1414tests-coverage :
15- php vendor/bin/paratest --runner WrapperRunner
15+ php vendor/bin/phpunit
1616
1717tests-golden-reflection :
18- php vendor/bin/paratest --runner WrapperRunner --no-coverage tests/PHPStan/Reflection/ReflectionProviderGoldenTest.php
18+ php vendor/bin/phpunit --no-coverage tests/PHPStan/Reflection/ReflectionProviderGoldenTest.php
1919
2020lint :
2121 XDEBUG_MODE=off php vendor/bin/parallel-lint --colors \
You can’t perform that action at this time.
0 commit comments