Skip to content

Commit

Permalink
Merge pull request #15910 from marcusmoore/chore/include-testing-vari…
Browse files Browse the repository at this point in the history
…able

Included MAIL_FROM_ADDR in phpunit configuration
  • Loading branch information
snipe authored Dec 2, 2024
2 parents 93d4d24 + ea1f832 commit 8ff099e
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 8ff099e

Please sign in to comment.