File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 7171 " Composer\\ Config::disableProcessTimeout" ,
7272 " PHP_CLI_SERVER_WORKERS=${NEXTCLOUD_WORKERS:=4} php -S ${NEXTCLOUD_HOST:=localhost}:${NEXTCLOUD_PORT:=8080} -t ./"
7373 ],
74- "test" : " phpunit --fail-on-warning --fail-on-risky --display-warnings --display-deprecations --display-phpunit-deprecations --colors=always --configuration tests/phpunit-autotest.xml" ,
74+ "test" : [
75+ " Composer\\ Config::disableProcessTimeout" ,
76+ " phpunit --fail-on-warning --fail-on-risky --display-warnings --display-deprecations --display-phpunit-deprecations --colors=always --configuration tests/phpunit-autotest.xml"
77+ ],
7578 "test:db" : " @composer run test -- --group DB --group SLOWDB" ,
7679 "test:files_external" : " phpunit --fail-on-warning --fail-on-risky --display-warnings --display-deprecations --display-phpunit-deprecations --colors=always --configuration tests/phpunit-autotest-external.xml" ,
7780 "rector" : " rector --config=build/rector.php && composer cs:fix" ,
You can’t perform that action at this time.
0 commit comments