Some more refactorings

This commit is contained in:
Alejandro Celaya
2019-11-01 09:52:56 +01:00
parent 1937f3ea22
commit 5361f33cc1
8 changed files with 13 additions and 16 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 --colors=always
APP_ENV=test DB_DRIVER=mysql vendor/bin/phpunit --order-by=random -c phpunit-api.xml --testdox --colors=always
vendor/bin/zend-expressive-swoole stop