2019-01-05 11:58:41 +01:00
|
|
|
#!/bin/bash
|
2019-01-05 12:38:58 +01:00
|
|
|
cd "$(dirname "$(readlink -f "${0}")")/../docker-symfony/" || exit 1
|
|
|
|
docker-compose exec php php -d memory_limit=128M /var/www/symfony/vendor/bin/phpunit --coverage-html var/test-coverage-report
|