Implemented testing structure

This commit is contained in:
Kevin Frantz
2018-09-05 08:49:58 +02:00
parent 88f604ceca
commit 34dfbaac42
7 changed files with 1236 additions and 9 deletions

2
administration/build.sh Normal file
View File

@@ -0,0 +1,2 @@
cp .env.dist docker-symfony/.env
(cd ../docker-symfony/ && docker-compose build && docker-compose up -d)

1
administration/test.sh Normal file
View File

@@ -0,0 +1 @@
(cd ../docker-symfony/ && docker-compose exec php php -d memory_limit=128M /var/www/symfony/vendor/bin/phpunit)