mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 05:47:11 +02:00
Updated composer and optimized unit tests
This commit is contained in:
@@ -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;
|
||||
|
1
administration/generate-coverage-report.sh
Normal file
1
administration/generate-coverage-report.sh
Normal 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)
|
Reference in New Issue
Block a user