Skip to content

Commit

Permalink
Move testing to in-memory database
Browse files Browse the repository at this point in the history
  • Loading branch information
drbyte committed Sep 16, 2017
1 parent 7fca54c commit 8bfcc29
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 @@ -27,5 +27,7 @@
<env name="CACHE_DRIVER" value="array"/>
<env name="SESSION_DRIVER" value="array"/>
<env name="QUEUE_DRIVER" value="sync"/>
<env name="DATABASE_DRIVER" value="sqlite"/>
<env name="DATABASE_NAME" value=":memory:"/>
</php>
</phpunit>

0 comments on commit 8bfcc29

Please sign in to comment.