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 <noreply@anthropic.com>
This commit is contained in:
parent
d200299b34
commit
7c598e0479
1 changed files with 1 additions and 0 deletions
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue