Skip to content

Commit ea1f832

Browse files
committed
Include MAIL_FROM_ADDR in phpunit configuration
1 parent a7d5b39 commit ea1f832

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.env.testing.example

-2
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,3 @@ DB_PORT=3306
1717
DB_DATABASE=null
1818
DB_USERNAME=null
1919
DB_PASSWORD=null
20-
21-

phpunit.xml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<env name="APP_ENV" value="testing"/>
2222
<env name="BCRYPT_ROUNDS" value="4"/>
2323
<env name="CACHE_DRIVER" value="array"/>
24+
<env name="MAIL_FROM_ADDR" value="[email protected]"/>
2425
<env name="MAIL_MAILER" value="array"/>
2526
<env name="QUEUE_DRIVER" value="sync"/>
2627
<env name="SESSION_DRIVER" value="array"/>

0 commit comments

Comments
 (0)