mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-12-27 03:26:37 +00:00
Implemented testing structure
This commit is contained in:
2
administration/build.sh
Normal file
2
administration/build.sh
Normal 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
1
administration/test.sh
Normal file
@@ -0,0 +1 @@
|
||||
(cd ../docker-symfony/ && docker-compose exec php php -d memory_limit=128M /var/www/symfony/vendor/bin/phpunit)
|
||||
Reference in New Issue
Block a user