We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb59bdf commit 811528cCopy full SHA for 811528c
1 file changed
composer.json
@@ -53,7 +53,7 @@
53
"fix-style": "phpcbf -p --colors --standard=phpcs.xml app/ tests/",
54
"phpstan": "phpstan analyse --ansi --memory-limit=1G --configuration=phpstan.neon",
55
"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 \" \")"
+ "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 \" \")"
57
},
58
"minimum-stability": "stable",
59
"prefer-stable": true
0 commit comments