aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_framework/framework.php
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2010-04-03 10:47:07 +0200
committerIgor Wiedler <igor@wiedler.ch>2010-04-03 10:47:07 +0200
commite3ebdbd79baa31b64ab724a76c2b80e907f3b367 (patch)
tree3c0df579f7942984e80a800c144da64c6a6522cc /tests/test_framework/framework.php
parent3e5236dcd62f1d0b18cd3c92661a2287b5bbf2d6 (diff)
parent43774ef423d205250181c7413585ecd4d9ad6388 (diff)
downloadforums-e3ebdbd79baa31b64ab724a76c2b80e907f3b367.tar
forums-e3ebdbd79baa31b64ab724a76c2b80e907f3b367.tar.gz
forums-e3ebdbd79baa31b64ab724a76c2b80e907f3b367.tar.bz2
forums-e3ebdbd79baa31b64ab724a76c2b80e907f3b367.tar.xz
forums-e3ebdbd79baa31b64ab724a76c2b80e907f3b367.zip
Merge branch 'develop-olympus' into git-tools
Diffstat (limited to 'tests/test_framework/framework.php')
-rw-r--r--tests/test_framework/framework.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_framework/framework.php b/tests/test_framework/framework.php
index 5913d20ca0..abdcd1ad79 100644
--- a/tests/test_framework/framework.php
+++ b/tests/test_framework/framework.php
@@ -33,4 +33,7 @@ if (version_compare(PHPUnit_Runner_Version::id(), '3.3.0', '<'))
}
require_once 'PHPUnit/Framework.php';
+require_once 'PHPUnit/Extensions/Database/TestCase.php';
+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';