Skip to content

Commit

Permalink
Returns the value of phpunit.mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
hecktorvn committed Sep 27, 2024
1 parent b185089 commit 028bc7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpunit.mysql.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<server name="APP_ENV" value="testing"/>
<server name="DB_DRIVER" value="mysql"/>
<server name="DB_HOST" value="127.0.0.1"/>
<server name="DB_PORT" value="3306"/>
<server name="DB_PORT" value="3307"/>
<server name="DB_USERNAME" value="root"/>
<server name="DB_PASSWORD" value=""/>
<server name="DB_PASSWORD" value="password"/>
<server name="DB_DATABASE" value="powergridtest"/>
</php>
<source>
Expand Down

0 comments on commit 028bc7d

Please sign in to comment.