Skip to content

Instantly share code, notes, and snippets.

@tomodutch
Last active May 3, 2018 13:20
Show Gist options
  • Save tomodutch/ec6867b5951a904d3f52230193719f62 to your computer and use it in GitHub Desktop.
Save tomodutch/ec6867b5951a904d3f52230193719f62 to your computer and use it in GitHub Desktop.
phpunit in memory sqlite database
<?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