Skip to content

Commit

Permalink
Update PHPUNIT config
Browse files Browse the repository at this point in the history
  • Loading branch information
timothy authored and timothy committed Dec 8, 2021
1 parent 22808e4 commit 250d1fb
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 @@ -23,7 +23,7 @@
<env name="DB_USERNAME" value="root"/>
<env name="DB_DATABASE" value="laravel_test_db"/>
<env name="DB_HOST" value="127.0.0.1"/>
<env name="DB_PORT" value="3306"/>
<env name="DB_PORT" value="3307"/>
<env name="DB_PASSWORD" value=""/>
</php>
</phpunit>

0 comments on commit 250d1fb

Please sign in to comment.