Added colors to tests run with phpunit

This commit is contained in:
Alejandro Celaya
2019-08-20 18:46:33 +02:00
parent 3ffa46fb26
commit b31236958b
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -10,5 +10,5 @@ echo 'Starting server...'
vendor/bin/zend-expressive-swoole start -d
sleep 2
vendor/bin/phpunit --order-by=random -c phpunit-api.xml --testdox
vendor/bin/phpunit --order-by=random -c phpunit-api.xml --testdox --colors=always
vendor/bin/zend-expressive-swoole stop