mirror of
https://github.com/symfony/recipes.git
synced 2026-09-15 17:16:24 +03:00
5 lines
138 B
Bash
5 lines
138 B
Bash
# define your env variables for the test env here
|
|
KERNEL_CLASS='App\Kernel'
|
|
APP_SECRET='s$cretf0rt3st'
|
|
SYMFONY_DEPRECATIONS_HELPER=999999
|