aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDavid King <imkingdavid@gmail.com>2013-09-25 16:49:12 -0700
committerDavid King <imkingdavid@gmail.com>2013-09-25 16:49:12 -0700
commit779688b56b4fc22f975cb1b2a39b55d4b9afc231 (patch)
treedf087d6bdc7343527a71c1c78846e789d99ae8b4 /tests
parent427f73a3238e54f1a3e44047716c88ee93c7fcfe (diff)
parent6d5be041e46b65c4ac60bc0f66cc365988593775 (diff)
downloadforums-779688b56b4fc22f975cb1b2a39b55d4b9afc231.tar
forums-779688b56b4fc22f975cb1b2a39b55d4b9afc231.tar.gz
forums-779688b56b4fc22f975cb1b2a39b55d4b9afc231.tar.bz2
forums-779688b56b4fc22f975cb1b2a39b55d4b9afc231.tar.xz
forums-779688b56b4fc22f975cb1b2a39b55d4b9afc231.zip
Merge pull request #1733 from nickvergessen/ticket/11866
Ticket/11866 Fix some more namespace issues
Diffstat (limited to 'tests')
-rw-r--r--tests/RUNNING_TESTS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/RUNNING_TESTS.md b/tests/RUNNING_TESTS.md
index f2688ab675..0778046141 100644
--- a/tests/RUNNING_TESTS.md
+++ b/tests/RUNNING_TESTS.md
@@ -57,7 +57,7 @@ found below. More information on configuration options can be found on the
wiki (see below).
<?php
- $dbms = 'phpbb_db_driver_mysqli';
+ $dbms = 'phpbb\db\driver\mysqli';
$dbhost = 'localhost';
$dbport = '';
$dbname = 'database';