Skip to content

Commit

Permalink
tests: fix phpunit DB_DATABASE env
Browse files Browse the repository at this point in the history
  • Loading branch information
Gandhi11 committed Apr 23, 2024
1 parent 293b55a commit d39318a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
</source>
<php>
<env name="DB_CONNECTION" value="sqlite"/>
<ini name="DB_DATABASE" value=":memory:"/>
<env name="DB_DATABASE" value=":memory:"/>
</php>
</phpunit>

0 comments on commit d39318a

Please sign in to comment.