diff --git a/.ddev/hook_01_setup.sh b/.ddev/hook_01_setup.sh index 07faab40..a165e890 100644 --- a/.ddev/hook_01_setup.sh +++ b/.ddev/hook_01_setup.sh @@ -59,6 +59,17 @@ function setup_bats() { fi } +function setup_bats() { + echo -e "${txtblu}==========================================================" + echo -e "> Development setup completed" + echo -e "==========================================================${txtrst}" + + echo "You can now login to your dev environment by using 'ddev ssh'" + echo "Then you can run:" + echo " bin/n98-magerun2 --root-dir=/opt/magento-test-environments/magento_" +} + setup_composer setup_test_magento_environments setup_bats +setup_success