2019-02-23 16:49:38 +01:00
|
|
|
# define your env variables for the test env here
|
|
|
|
KERNEL_CLASS='App\Kernel'
|
2020-01-07 19:08:16 +01:00
|
|
|
APP_SECRET='$ecretf0rt3st'
|
2019-02-23 16:49:38 +01:00
|
|
|
SYMFONY_DEPRECATIONS_HELPER=999999
|
2020-01-07 19:08:16 +01:00
|
|
|
PANTHER_APP_ENV=panther
|
2021-10-02 20:53:03 +02:00
|
|
|
PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots
|
2019-10-20 14:35:19 +02:00
|
|
|
|
2021-10-02 21:10:31 +02:00
|
|
|
# Doctrine automatically adds an _test suffix to database name in test env
|
2023-12-10 22:52:01 +01:00
|
|
|
DATABASE_URL=mysql://root:@127.0.0.1:3306/part-db
|
|
|
|
|
|
|
|
# Disable update checks, as tests would fail, when github is not reachable
|
|
|
|
CHECK_FOR_UPDATES=1
|