aboutsummaryrefslogtreecommitdiffstats
path: root/travis/phpunit-postgres-travis.xml
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2012-03-24 15:45:54 +0100
committerIgor Wiedler <igor@wiedler.ch>2012-03-24 15:45:54 +0100
commitef85ef8ed6b92e9641a65b2d9a1b09062cdb7176 (patch)
treedfc62219a28e6fe327bd4c8c6df756ef87c69e72 /travis/phpunit-postgres-travis.xml
parent400277c03624788e6a31f9aa4a15b883478f58cc (diff)
parent0ce899cb8730008b470ef37eac3dcd2965fd2314 (diff)
downloadforums-ef85ef8ed6b92e9641a65b2d9a1b09062cdb7176.tar
forums-ef85ef8ed6b92e9641a65b2d9a1b09062cdb7176.tar.gz
forums-ef85ef8ed6b92e9641a65b2d9a1b09062cdb7176.tar.bz2
forums-ef85ef8ed6b92e9641a65b2d9a1b09062cdb7176.tar.xz
forums-ef85ef8ed6b92e9641a65b2d9a1b09062cdb7176.zip
Merge remote-tracking branch 'upstream/develop' into feature/event-dispatcher
* upstream/develop: [ticket/10723] Stop Travis running all tests on sqlite [feature/prosilver-cleanup/css-reset-v2] CSS reset
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>