aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_framework/phpbb_functional_test_case.php
diff options
context:
space:
mode:
authorDavid King <imkingdavid@gmail.com>2012-03-18 14:44:37 -0400
committerDavid King <imkingdavid@gmail.com>2012-03-19 09:12:34 -0400
commit7d1e4bca334dc9fcef3eb6e62cb412226ebc7ca4 (patch)
tree462c1a569a02c1ff1d79683e28b145b494f985a5 /tests/test_framework/phpbb_functional_test_case.php
parent4100b312bb0eb7246e9057461b6f8f3c66fdad60 (diff)
downloadforums-7d1e4bca334dc9fcef3eb6e62cb412226ebc7ca4.tar
forums-7d1e4bca334dc9fcef3eb6e62cb412226ebc7ca4.tar.gz
forums-7d1e4bca334dc9fcef3eb6e62cb412226ebc7ca4.tar.bz2
forums-7d1e4bca334dc9fcef3eb6e62cb412226ebc7ca4.tar.xz
forums-7d1e4bca334dc9fcef3eb6e62cb412226ebc7ca4.zip
[ticket/10586] more work on getting tests to pass
PHPBB3-10586
Diffstat (limited to 'tests/test_framework/phpbb_functional_test_case.php')
-rw-r--r--tests/test_framework/phpbb_functional_test_case.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_framework/phpbb_functional_test_case.php b/tests/test_framework/phpbb_functional_test_case.php
index 9797ecfef8..b3376891bc 100644
--- a/tests/test_framework/phpbb_functional_test_case.php
+++ b/tests/test_framework/phpbb_functional_test_case.php
@@ -89,7 +89,7 @@ class phpbb_functional_test_case extends phpbb_test_case
{
global $phpbb_root_path, $phpEx;
- return new phpbb_extension_manager($this->get_db(), self::$config['table_prefix'] . 'ext', $phpbb_root_path, ".$phpEx", new phpbb_cache_driver_null);
+ return new phpbb_extension_manager($this->get_db(), self::$config['table_prefix'] . 'ext', $phpbb_root_path, ".$phpEx", new phpbb_cache_driver_file);
}
protected function install_board()