[symfony/panther] Set PANTHER_APP_ENV to an environment the Symfony 8 kernel allows (#1566)

This commit is contained in:
Pascal CESCON
2026-09-04 14:32:26 +02:00
committed by GitHub
parent ea516d752d
commit 16a5a08d44
+1 -1
View File
@@ -20,7 +20,7 @@
],
"dotenv": {
"test": {
"PANTHER_APP_ENV": "panther",
"PANTHER_APP_ENV": "test",
"PANTHER_ERROR_SCREENSHOT_DIR": "./var/error-screenshots",
"PANTHER_DEVTOOLS": "0"
}