2 TestApplication Structure & .gitignore
mkdir -p tests/TestApplication/config touch tests/TestApplication/config/{bundles.php,config.yaml,routes.yaml}touch tests/TestApplication/.env tests/TestApplication/.env.test/var/ /tests/TestApplication/.env.local /tests/TestApplication/.env.*.local
Optional (only if your plugin needs it)
mkdir -p tests/TestApplication/templatesmkdir -p tests/TestApplication/src/Entitytouch tests/TestApplication/config/services_test.php
Example minimal structure
tests/TestApplication/
βββ config/
β βββ bundles.php
β βββ config.yaml
β βββ routes.yaml
βββ .env
βββ .env.test
Last updated
Was this helpful?
