Implemented load-fixture script

This commit is contained in:
Kevin Frantz 2018-11-23 22:43:51 +01:00
parent 7dad35c9d8
commit b2642cc311
2 changed files with 2 additions and 0 deletions

View File

@ -4,4 +4,5 @@
bash ./build.sh
bash ./composer-update.sh
bash ./schema-update.sh
bash ./load-fixtures.sh
)

View File

@ -0,0 +1 @@
(cd $(dirname $(readlink -f ${0}))/../docker-symfony/ && docker-compose exec php php bin/console doctrine:fixtures:load -n)