From 7c598e0479b7c9a5698591ac871f12e15de980a0 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 23 Feb 2026 11:50:03 +0000 Subject: [PATCH] fix: add APP_KEY to phpunit.xml for feature tests MissingAppKeyException thrown when running WelcomePageTest because no APP_KEY was configured in the test environment. Co-Authored-By: Claude Opus 4.6 --- phpunit.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/phpunit.xml b/phpunit.xml index 61c031c..1585708 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -19,6 +19,7 @@ +