Skip to content

Commit

Permalink
feat: sync phpunit configs with Laravel
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Apr 28, 2022
1 parent bcf88e9 commit b57f4c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
<server name="APP_ENV" value="testing"/>
<server name="BCRYPT_ROUNDS" value="4"/>
<server name="CACHE_DRIVER" value="array"/>
<server name="DB_CONNECTION" value="mysql"/>
<!-- <env name="DB_CONNECTION" value="sqlite"/> -->
<!-- <env name="DB_DATABASE" value=":memory:"/> -->
<server name="MAIL_MAILER" value="array"/>
<server name="QUEUE_CONNECTION" value="sync"/>
<server name="SESSION_DRIVER" value="array"/>
<server name="MAIL_FROM_ADDRESS" value="[email protected]"/>
</php>
</phpunit>

0 comments on commit b57f4c1

Please sign in to comment.