aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bootstrap.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2011-02-16 11:55:43 +0100
committerNils Adermann <naderman@naderman.de>2011-02-16 11:55:43 +0100
commitbd51bbda4e110076ebc0f03a0d5506ab55ec3666 (patch)
treefeb88cf72b3fa5ad977f3c9648118e6f8efda734 /tests/bootstrap.php
parent1cc5087c36c58cde214360c96d9c7b45dc6c4db0 (diff)
parentf3a3ec438f4a6f0edd0f0d5bbe856a969697aca1 (diff)
downloadforums-bd51bbda4e110076ebc0f03a0d5506ab55ec3666.tar
forums-bd51bbda4e110076ebc0f03a0d5506ab55ec3666.tar.gz
forums-bd51bbda4e110076ebc0f03a0d5506ab55ec3666.tar.bz2
forums-bd51bbda4e110076ebc0f03a0d5506ab55ec3666.tar.xz
forums-bd51bbda4e110076ebc0f03a0d5506ab55ec3666.zip
Merge branch 'develop-olympus' into develop
* develop-olympus: [task/refactor-db-testcase] Further improve error messages. [task/refactor-db-testcase] Do not show db password on connect error [task/refactor-db-testcase] Improve error message of db tests [task/refactor-db-testcase] Refactor phpbb_database_test_case
Diffstat (limited to 'tests/bootstrap.php')
-rw-r--r--tests/bootstrap.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index cee60c451b..8c4f1ed874 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -34,3 +34,4 @@ $class_loader->register();
require_once 'test_framework/phpbb_test_case_helpers.php';
require_once 'test_framework/phpbb_test_case.php';
require_once 'test_framework/phpbb_database_test_case.php';
+require_once 'test_framework/phpbb_database_test_connection_manager.php';