mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2024-12-04 15:06:51 +01:00
4 lines
207 B
Bash
4 lines
207 B
Bash
#!/bin/bash
|
|
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
|