Skip to content

Commit

Permalink
Fixing postgres host for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackwar committed Jun 5, 2019
1 parent 9272be1 commit 3aa88a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit-pgsql.xml.dist
Expand Up @@ -10,7 +10,7 @@
</testsuites>
<php>
<const name="JTEST_DB_ENGINE" value="pgsql" />
<const name="JTEST_DB_HOST" value="localhost" />
<const name="JTEST_DB_HOST" value="postgres" />
<const name="JTEST_DB_NAME" value="test_joomla" />
<const name="JTEST_DB_USER" value="root" />
<const name="JTEST_DB_PASSWORD" value="joomla_ut" />
Expand Down

0 comments on commit 3aa88a1

Please sign in to comment.