From f46074dfbaba24daa0478777ecff27fd5319d222 Mon Sep 17 00:00:00 2001 From: James Date: Sun, 15 Nov 2020 14:31:42 +0000 Subject: [PATCH] better phpunit output --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 2f0aeae..ac0a199 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,7 +22,7 @@ steps: - name: run tests image: chialab/php commands: - - URL=http://testserver:8080 vendor/bin/phpunit tests + - URL=http://testserver:8080 vendor/bin/phpunit tests --testdox --colours=always --no-interaction services: