Skip to content

Commit

Permalink
Include MAIL_FROM_ADDR in phpunit configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusmoore committed Dec 2, 2024
1 parent a7d5b39 commit ea1f832
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .env.testing.example
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,3 @@ DB_PORT=3306
DB_DATABASE=null
DB_USERNAME=null
DB_PASSWORD=null

[email protected]
1 change: 1 addition & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<env name="APP_ENV" value="testing"/>
<env name="BCRYPT_ROUNDS" value="4"/>
<env name="CACHE_DRIVER" value="array"/>
<env name="MAIL_FROM_ADDR" value="[email protected]"/>
<env name="MAIL_MAILER" value="array"/>
<env name="QUEUE_DRIVER" value="sync"/>
<env name="SESSION_DRIVER" value="array"/>
Expand Down

0 comments on commit ea1f832

Please sign in to comment.