fix: add APP_KEY to phpunit.xml for feature tests
Some checks failed
CI / PHP 8.4 (push) Failing after 1m15s
CI / PHP 8.3 (push) Failing after 1m23s

MissingAppKeyException thrown when running WelcomePageTest because
no APP_KEY was configured in the test environment.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Claude 2026-02-23 11:50:03 +00:00
parent d200299b34
commit 7c598e0479
No known key found for this signature in database
GPG key ID: AF404715446AEB41

View file

@ -19,6 +19,7 @@
</source>
<php>
<env name="APP_ENV" value="testing"/>
<env name="APP_KEY" value="base64:dGVzdGluZ2tleXRoYXRpczMyYnl0ZXNsb25nMTIzNA=="/>
<env name="APP_MAINTENANCE_DRIVER" value="file"/>
<env name="BCRYPT_ROUNDS" value="4"/>
<env name="CACHE_STORE" value="array"/>