Use testdox and force colours

This commit is contained in:
Oliver Davies 2020-05-29 14:16:37 +01:00
parent 009e770ae2
commit 1c6a7c2ee4

View file

@ -37,4 +37,4 @@ jobs:
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
- name: Execute tests
run: vendor/bin/phpunit tests
run: vendor/bin/phpunit tests --testdox --color=always