futtern/.env.test
lubiana a7bec45c48
All checks were successful
/ ls (pull_request) Successful in 28s
/ ls (push) Successful in 28s
add food vendor tests
2024-06-14 20:26:12 +02:00

7 lines
278 B
Text

# define your env variables for the test env here
KERNEL_CLASS='App\Kernel'
APP_SECRET='$ecretf0rt3st'
SYMFONY_DEPRECATIONS_HELPER=999999
PANTHER_APP_ENV=panther
PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots
DATABASE_URL="sqlite:///%kernel.project_dir%/var/test-data.db"