[ticket/544] Use dummy cache driver instead of replaced null driver

B3P-544
This commit is contained in:
Marc Alexander
2015-05-06 09:54:24 +02:00
parent 76dbec58d9
commit 5a32b757f6

View File

@@ -41,7 +41,7 @@ class main_test extends \board3\portal\tests\testframework\database_test_case
$phpEx
);
$cache = new \phpbb\cache\driver\null();
$cache = new \phpbb\cache\driver\dummy();
$user = new \board3\portal\tests\mock\user();