better phpunit output

This commit is contained in:
James 2020-11-15 14:31:42 +00:00
parent 44d07858b5
commit f46074dfba

View File

@ -22,7 +22,7 @@ steps:
- name: run tests - name: run tests
image: chialab/php image: chialab/php
commands: commands:
- URL=http://testserver:8080 vendor/bin/phpunit tests - URL=http://testserver:8080 vendor/bin/phpunit tests --testdox --colours=always --no-interaction
services: services: