aboutsummaryrefslogtreecommitdiffstats
path: root/travis/phpunit-postgres-travis.xml
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2013-09-16 04:01:18 +0200
committerNils Adermann <naderman@naderman.de>2013-09-16 04:01:18 +0200
commit005c5118cf89c6b09d4ff1b6e4139235e86bcdfb (patch)
treee96836289f5ca2bcd6ec7342514c3a32622132f0 /travis/phpunit-postgres-travis.xml
parentacea8f5c0a5d0901b25e4055dd6dfc4b8bebe707 (diff)
downloadforums-005c5118cf89c6b09d4ff1b6e4139235e86bcdfb.tar
forums-005c5118cf89c6b09d4ff1b6e4139235e86bcdfb.tar.gz
forums-005c5118cf89c6b09d4ff1b6e4139235e86bcdfb.tar.bz2
forums-005c5118cf89c6b09d4ff1b6e4139235e86bcdfb.tar.xz
forums-005c5118cf89c6b09d4ff1b6e4139235e86bcdfb.zip
[ticket/11700] travis has hardcoded driver class names without namespaces
PHPBB3-11700
Diffstat (limited to 'travis/phpunit-postgres-travis.xml')
-rw-r--r--travis/phpunit-postgres-travis.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/phpunit-postgres-travis.xml b/travis/phpunit-postgres-travis.xml
index c397882d3c..88d9e0f46a 100644
--- a/travis/phpunit-postgres-travis.xml
+++ b/travis/phpunit-postgres-travis.xml
@@ -31,7 +31,7 @@
<php>
<!-- "Real" test database -->
<!-- uncomment, otherwise sqlite memory runs -->
- <server name="PHPBB_TEST_DBMS" value="phpbb_db_driver_postgres"/>
+ <server name="PHPBB_TEST_DBMS" value="phpbb\db\driver\postgres"/>
<server name="PHPBB_TEST_DBHOST" value="localhost" />
<server name="PHPBB_TEST_DBPORT" value="5432" />
<server name="PHPBB_TEST_DBNAME" value="phpbb_tests" />