diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 5e9b50e2771..e338201631d 100644 --- a/composer.json +++ b/composer.json @@ -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 --configuration tests/phpunit-autotest.xml", + "test": "phpunit --colors=always --configuration tests/phpunit-autotest.xml", "test:db": "@composer run test -- --group DB,SLOWDB", - "test:files_external": "phpunit --configuration tests/phpunit-autotest-external.xml", + "test:files_external": "phpunit --colors=always --configuration tests/phpunit-autotest-external.xml", "rector": "rector --config=build/rector.php && composer cs:fix", "openapi": "./build/openapi-checker.sh" }, |