Skip to content

Commit befc2fb

Browse files
Disabling xdebug for ci stuff
Signed-off-by: Bastian Schwarz <bastian@codename-php.de>
1 parent 6561acc commit befc2fb

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
@@ -35,10 +35,10 @@
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",

0 commit comments

Comments
 (0)