Skip to content

Commit

Permalink
Change phpunit pgsql password
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksagona committed Oct 20, 2023
1 parent 4a3cfd5 commit 2132768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<env name="MYSQL_HOST" value="127.0.0.1"/>
<env name="PGSQL_DB" value="test_popdb"/>
<env name="PGSQL_USER" value="postgres"/>
<env name="PGSQL_PASS" value="12post34"/>
<env name="PGSQL_PASS" value="postgres"/>
<env name="PGSQL_HOST" value="127.0.0.1"/>
</php>
<source>
Expand Down

0 comments on commit 2132768

Please sign in to comment.