Skip to content

Commit 1c00943

Browse files
committedSep 2, 2023
fix: 🐛 fix tests
1 parent 26f6402 commit 1c00943

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎phpunit.xml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<env name="BCRYPT_ROUNDS" value="4"/>
1515
<env name="CACHE_DRIVER" value="array"/>
1616
<env name="DB_CONNECTION" value="mysql"/>
17+
<env name="DB_DATABASE" value="minetrax"/>
1718
<env name="MAIL_MAILER" value="array"/>
1819
<env name="QUEUE_CONNECTION" value="sync"/>
1920
<env name="SESSION_DRIVER" value="array"/>

0 commit comments

Comments
 (0)
Please sign in to comment.