Updated composer and optimized unit tests

This commit is contained in:
Kevin Frantz
2018-10-28 22:13:33 +01:00
parent de51649d63
commit 7848c90615
5 changed files with 72 additions and 74 deletions

View File

@@ -1,6 +1,7 @@
(
cd $(dirname $(readlink -f ${0}))/../;
cp -v .env.dist docker-symfony/.env;
cp -v ./application/phpunit.xml.dist ./application/phpunit.xml;
cd docker-symfony;
docker-compose build;
docker-compose up -d;

View File

@@ -0,0 +1 @@
(cd $(dirname $(readlink -f ${0}))/../docker-symfony/ && docker-compose exec php php -d memory_limit=128M /var/www/symfony/vendor/bin/phpunit --coverage-html var/test-coverage-report)