Last active
May 3, 2018 13:20
-
-
Save tomodutch/ec6867b5951a904d3f52230193719f62 to your computer and use it in GitHub Desktop.
phpunit in memory sqlite database
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version=”1.0" encoding=”UTF-8"?> | |
<phpunit> | |
<php> | |
<env name=”DB_CONNECTION” value=”sqlite” /> | |
<env name=”DB_DATABASE” value=”:memory:” /> | |
</php> | |
</phpunit> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment