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 :
99php vendor/bin/paratest --runner WrapperRunner --no-coverage --group exec 
@@ -18,7 +18,7 @@ tests-golden-reflection:
1818php 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 \ 
@@ -80,10 +80,10 @@ lint:
8080src tests
8181
8282cs :
83- composer install --working-dir build-cs &&  php build-cs/vendor/bin/phpcs
83+ composer install --working-dir build-cs &&  XDEBUG_MODE=off  php build-cs/vendor/bin/phpcs
8484
8585cs-fix :
86- php build-cs/vendor/bin/phpcbf
86+ XDEBUG_MODE=off  php build-cs/vendor/bin/phpcbf
8787
8888phpstan :
8989php 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