Skip to content

Commit f84c239

Browse files
disabled xdebug for ci tools
1 parent 393ec21 commit f84c239

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
"sort-packages": true
3535
},
3636
"scripts": {
37-
"phpunit": "tools/phpunit.phar -c test/phpunit.dist.xml test/",
38-
"psalm": "tools/psalm --threads=10 --long-progress",
39-
"composer-unused": "tools/composer-unused --no-progress --no-interaction --profile",
40-
"composer-require-checker": "tools/composer-require-checker --no-interaction",
37+
"phpunit": "XDEBUG_MODE=coverage tools/phpunit.phar -c test/phpunit.dist.xml test/",
38+
"psalm": "XDEBUG_MODE=off tools/psalm --threads=10 --long-progress",
39+
"composer-unused": "XDEBUG_MODE=off tools/composer-unused --no-progress --no-interaction --profile",
40+
"composer-require-checker": "XDEBUG_MODE=off tools/composer-require-checker --no-interaction",
4141
"infection": "XDEBUG_MODE=coverage tools/infection --min-msi=100 --min-covered-msi=100 --threads=4 --no-progress --show-mutations",
4242
"ci-all": [
4343
"@phpunit",

0 commit comments

Comments
 (0)