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 876f88e commit 3b90926Copy full SHA for 3b90926
composer.json
@@ -49,7 +49,10 @@
49
"phpstan": "vendor/bin/phpstan analyse",
50
"check:style": "php-cs-fixer fix --using-cache=no --diff --config=.php-cs-fixer.php --dry-run --ansi",
51
"fixed:style": "php-cs-fixer fix --using-cache=no --config=.php_cs --ansi",
52
- "test": "vendor/bin/phpunit --colors=always --testdox",
+ "test": [
53
+ "Composer\\Config::disableProcessTimeout",
54
+ "vendor/bin/phpunit --colors=always --testdox"
55
+ ],
56
"test:coverage": [
57
"@putenv XDEBUG_MODE=coverage",
58
"phpunit --color=always --coverage-clover=\"build/logs/clover.xml\""
0 commit comments