Files
symfony-flex-recipes/symfony/phpunit-bridge/3.3/.env.test
T
Grzegorz Korba 5aa9bdb9e4 Proper APP_SECRET default value
Since dollar sign represents S letter, `s$cretf0rt3st` does not make sense.
2019-07-02 08:11:16 +02:00

5 lines
138 B
Bash

# define your env variables for the test env here
KERNEL_CLASS='App\Kernel'
APP_SECRET='$ecretf0rt3st'
SYMFONY_DEPRECATIONS_HELPER=999999