|
|
|
|
@ -68,9 +68,9 @@
|
|
|
|
|
"Composer\\Config::disableProcessTimeout",
|
|
|
|
|
"PHP_CLI_SERVER_WORKERS=${NEXTCLOUD_WORKERS:=4} php -S ${NEXTCLOUD_HOST:=localhost}:${NEXTCLOUD_PORT:=8080} -t ./"
|
|
|
|
|
],
|
|
|
|
|
"test": "phpunit --colors=always --configuration tests/phpunit-autotest.xml",
|
|
|
|
|
"test": "phpunit --fail-on-warning --fail-on-risky --display-warnings --display-deprecations --display-phpunit-deprecations --colors=always --configuration tests/phpunit-autotest.xml",
|
|
|
|
|
"test:db": "@composer run test -- --group DB,SLOWDB",
|
|
|
|
|
"test:files_external": "phpunit --colors=always --configuration tests/phpunit-autotest-external.xml",
|
|
|
|
|
"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",
|
|
|
|
|
"rector": "rector --config=build/rector.php && composer cs:fix",
|
|
|
|
|
"openapi": "./build/openapi-checker.sh"
|
|
|
|
|
},
|
|
|
|
|
|