File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 33build : cs tests phpstan
44
55tests :
6- php vendor/bin/paratest --runner WrapperRunner --no-coverage
6+ XDEBUG_MODE=off php vendor/bin/paratest --runner WrapperRunner --no-coverage
77
88tests-integration :
99 php vendor/bin/paratest --runner WrapperRunner --no-coverage --group exec
@@ -18,7 +18,7 @@ tests-golden-reflection:
1818 php vendor/bin/paratest --runner WrapperRunner --no-coverage tests/PHPStan/Reflection/ReflectionProviderGoldenTest.php
1919
2020lint :
21- php vendor/bin/parallel-lint --colors \
21+ XDEBUG_MODE=off php vendor/bin/parallel-lint --colors \
2222 --exclude tests/PHPStan/Analyser/data \
2323 --exclude tests/PHPStan/Analyser/nsrt \
2424 --exclude tests/PHPStan/Rules/Methods/data \
@@ -79,10 +79,10 @@ lint:
7979 src tests
8080
8181cs :
82- composer install --working-dir build-cs && php build-cs/vendor/bin/phpcs
82+ composer install --working-dir build-cs && XDEBUG_MODE=off php build-cs/vendor/bin/phpcs
8383
8484cs-fix :
85- php build-cs/vendor/bin/phpcbf
85+ XDEBUG_MODE=off php build-cs/vendor/bin/phpcbf
8686
8787phpstan :
8888 php bin/phpstan clear-result-cache -q && php -d memory_limit=448M bin/phpstan
You can’t perform that action at this time.
0 commit comments