aboutsummaryrefslogtreecommitdiffstats
path: root/travis/phpunit-postgres-travis.xml
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2012-03-24 14:57:42 +0100
committerAndreas Fischer <bantu@phpbb.com>2012-03-24 14:57:42 +0100
commit0ce899cb8730008b470ef37eac3dcd2965fd2314 (patch)
tree8b3021c1733dbda50378cfce6c405c915b2c37d1 /travis/phpunit-postgres-travis.xml
parentfb51bc487a3079d25a348f8ba8f02209978374b4 (diff)
parent9c85c6c318d71ec6dc626f227a5a4579330996c2 (diff)
downloadforums-0ce899cb8730008b470ef37eac3dcd2965fd2314.tar
forums-0ce899cb8730008b470ef37eac3dcd2965fd2314.tar.gz
forums-0ce899cb8730008b470ef37eac3dcd2965fd2314.tar.bz2
forums-0ce899cb8730008b470ef37eac3dcd2965fd2314.tar.xz
forums-0ce899cb8730008b470ef37eac3dcd2965fd2314.zip
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/10723] Stop Travis running all tests on sqlite
Diffstat (limited to 'travis/phpunit-postgres-travis.xml')
-rw-r--r--travis/phpunit-postgres-travis.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/travis/phpunit-postgres-travis.xml b/travis/phpunit-postgres-travis.xml
index 02db76ae78..461a53bcb1 100644
--- a/travis/phpunit-postgres-travis.xml
+++ b/travis/phpunit-postgres-travis.xml
@@ -25,12 +25,12 @@
<php>
<!-- "Real" test database -->
<!-- uncomment, otherwise sqlite memory runs -->
- <const name="dbms" value="postgres"/>
- <const name="dbhost" value="localhost" />
- <const name="dbport" value="5432" />
- <const name="dbname" value="phpbb_tests" />
- <const name="dbuser" value="postgres" />
- <const name="dbpasswd" value="" />
- <const name="table_prefix" value="phpbb_"/>
+ <server name="PHPBB_TEST_DBMS" value="postgres"/>
+ <server name="PHPBB_TEST_DBHOST" value="localhost" />
+ <server name="PHPBB_TEST_DBPORT" value="5432" />
+ <server name="PHPBB_TEST_DBNAME" value="phpbb_tests" />
+ <server name="PHPBB_TEST_DBUSER" value="postgres" />
+ <server name="PHPBB_TEST_DBPASSWD" value="" />
+ <server name="PHPBB_TEST_TABLE_PREFIX" value="phpbb_"/>
</php>
</phpunit>