File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 "sort-packages" : true
3636 },
3737 "scripts" : {
38- "phpunit" : " tools/phpunit.phar -c test/phpunit.dist.xml test/" ,
39- "psalm" : " tools/psalm --threads=10 --long-progress" ,
40- "composer-unused" : " tools/composer-unused --no-progress --no-interaction --profile" ,
41- "composer-require-checker" : " tools/composer-require-checker --no-interaction" ,
38+ "phpunit" : " XDEBUG_MODE=coverage tools/phpunit.phar -c test/phpunit.dist.xml test/" ,
39+ "psalm" : " XDEBUG_MODE=off tools/psalm --threads=10 --long-progress" ,
40+ "composer-unused" : " XDEBUG_MODE=off tools/composer-unused --no-progress --no-interaction --profile" ,
41+ "composer-require-checker" : " XDEBUG_MODE=off tools/composer-require-checker --no-interaction" ,
4242 "infection" : " XDEBUG_MODE=coverage tools/infection --min-msi=95 --min-covered-msi=95 --threads=4 --no-progress --show-mutations" ,
4343 "ci-all" : [
4444 " @phpunit" ,
You can’t perform that action at this time.
0 commit comments