7 lines
237 B
Text
7 lines
237 B
Text
|
|
# define your env variables for the test env here
|
||
|
|
KERNEL_CLASS='App\Kernel'
|
||
|
|
APP_SECRET='test-secret'
|
||
|
|
SYMFONY_DEPRECATIONS_HELPER=999999
|
||
|
|
DATABASE_URL="sqlite:///%kernel.project_dir%/var/test/app.db"
|
||
|
|
APP_CACHE_DIR=var/test/bootstrap-cache
|