Skip to content

Commit

Permalink
Update phpunit.xml.dist
Browse files Browse the repository at this point in the history
Set the DB name to laravel
  • Loading branch information
schmeits committed Jun 20, 2024
1 parent 92c01cf commit c491aeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<php>
<env name="APP_KEY" value="base64:vFI2dJxJeGFdbe7JXMJkE6iIv0dKBCNBw/9hZJVF/UM="/>
<env name="DB_CONNECTION" value="testing"/>
<env name="DB_NAME" value="laravel"/>
<env name="PULSE_CACHE_DRIVER" value="array"/>
</php>
<source>
Expand Down

0 comments on commit c491aeb

Please sign in to comment.