From 16a5a08d447e43a916d34dbdefd2d09dd88fb405 Mon Sep 17 00:00:00 2001 From: Pascal CESCON Date: Fri, 4 Sep 2026 14:32:26 +0200 Subject: [PATCH] [symfony/panther] Set PANTHER_APP_ENV to an environment the Symfony 8 kernel allows (#1566) --- symfony/panther/1.0/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/panther/1.0/manifest.json b/symfony/panther/1.0/manifest.json index 4a1277b9..c7f0b18e 100644 --- a/symfony/panther/1.0/manifest.json +++ b/symfony/panther/1.0/manifest.json @@ -20,7 +20,7 @@ ], "dotenv": { "test": { - "PANTHER_APP_ENV": "panther", + "PANTHER_APP_ENV": "test", "PANTHER_ERROR_SCREENSHOT_DIR": "./var/error-screenshots", "PANTHER_DEVTOOLS": "0" }