Skip to content

Commit

Permalink
Setup phpunit.xml for sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
xPand4B committed Jun 15, 2019
1 parent 422aa74 commit 2df62e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@
<env name="SESSION_DRIVER" value="array"/>
<env name="QUEUE_CONNECTION" value="sync"/>
<env name="MAIL_DRIVER" value="array"/>
<env name="DB_CONNECTION" value="sqlite"/>
<env name="DB_DATABASE" value=":memory:"/>
</php>
</phpunit>

0 comments on commit 2df62e3

Please sign in to comment.