Skip to content

Commit

Permalink
Revert "empty commit"
Browse files Browse the repository at this point in the history
This reverts commit 4322670.
  • Loading branch information
dave committed Jan 9, 2020
1 parent 4322670 commit 02d803f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file removed 0
Empty file.
4 changes: 2 additions & 2 deletions phpunit.xml.dist
Expand Up @@ -9,9 +9,9 @@
<php>
<var name="db_type" value="pdo_pgsql"/>
<var name="db_host" value="localhost" />
<var name="db_username" value="dave" />
<var name="db_username" value="postgres" />
<var name="db_password" value="" />
<var name="db_database" value="pg_extensions" />
<var name="db_database" value="testing" />
<var name="db_port" value="5432"/>
</php>
<filter>
Expand Down

0 comments on commit 02d803f

Please sign in to comment.