From 5a32b757f61a9285160ed713cdec2bdf931172f3 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Wed, 6 May 2015 09:54:24 +0200 Subject: [PATCH] [ticket/544] Use dummy cache driver instead of replaced null driver B3P-544 --- tests/unit/controller/main_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/controller/main_test.php b/tests/unit/controller/main_test.php index 69973fd0..e42b94dc 100644 --- a/tests/unit/controller/main_test.php +++ b/tests/unit/controller/main_test.php @@ -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();