1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 18:54:08 +02:00

[ticket/10586] more work on getting tests to pass

PHPBB3-10586
This commit is contained in:
David King
2012-03-18 14:44:37 -04:00
parent 4100b312bb
commit 7d1e4bca33
3 changed files with 9 additions and 17 deletions

View File

@@ -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()