File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
build : cs tests phpstan
4
4
5
5
tests :
6
- php vendor/bin/paratest --runner WrapperRunner --no-coverage
6
+ XDEBUG_MODE=off php vendor/bin/paratest --runner WrapperRunner --no-coverage
7
7
8
8
tests-integration :
9
9
php vendor/bin/paratest --runner WrapperRunner --no-coverage --group exec
@@ -18,7 +18,7 @@ tests-golden-reflection:
18
18
php vendor/bin/paratest --runner WrapperRunner --no-coverage tests/PHPStan/Reflection/ReflectionProviderGoldenTest.php
19
19
20
20
lint :
21
- php vendor/bin/parallel-lint --colors \
21
+ XDEBUG_MODE=off php vendor/bin/parallel-lint --colors \
22
22
--exclude tests/PHPStan/Analyser/data \
23
23
--exclude tests/PHPStan/Analyser/nsrt \
24
24
--exclude tests/PHPStan/Rules/Methods/data \
@@ -80,10 +80,10 @@ lint:
80
80
src tests
81
81
82
82
cs :
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
84
84
85
85
cs-fix :
86
- php build-cs/vendor/bin/phpcbf
86
+ XDEBUG_MODE=off php build-cs/vendor/bin/phpcbf
87
87
88
88
phpstan :
89
89
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