Skip to content

Commit 811528c

Browse files
committed
fix(Composer): force to execute PHPUnit with disabled XDebug
1 parent cb59bdf commit 811528c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"fix-style": "phpcbf -p --colors --standard=phpcs.xml app/ tests/",
5454
"phpstan": "phpstan analyse --ansi --memory-limit=1G --configuration=phpstan.neon",
5555
"phpmd": "phpmd app/,tests/ ansi cleancode,codesize,controversial,design,naming,unusedcode",
56-
"tests": "phpunit --configuration phpunit.xml --coverage-text --colors --testdox --order-by=random --random-order-seed=$(head -200 /dev/urandom | cksum | cut -f1 -d \" \")"
56+
"tests": "XDEBUG_MODE=off phpunit --configuration phpunit.xml --coverage-text --colors --testdox --order-by=random --random-order-seed=$(head -200 /dev/urandom | cksum | cut -f1 -d \" \")"
5757
},
5858
"minimum-stability": "stable",
5959
"prefer-stable": true

0 commit comments

Comments
 (0)