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 431d228 commit c62271fCopy full SHA for c62271f
composer.json
@@ -68,7 +68,10 @@
68
"Composer\\Config::disableProcessTimeout",
69
"PHP_CLI_SERVER_WORKERS=${NEXTCLOUD_WORKERS:=4} php -S ${NEXTCLOUD_HOST:=localhost}:${NEXTCLOUD_PORT:=8080} -t ./"
70
],
71
- "test": "phpunit --colors=always --configuration tests/phpunit-autotest.xml",
+ "test": [
72
+ "Composer\\Config::disableProcessTimeout",
73
+ "phpunit --colors=always --configuration tests/phpunit-autotest.xml"
74
+ ],
75
"test:db": "@composer run test -- --group DB,SLOWDB",
76
"test:files_external": "phpunit --colors=always --configuration tests/phpunit-autotest-external.xml",
77
"rector": "rector --config=build/rector.php && composer cs:fix",
0 commit comments