From c4c884bd7c89b32504eb5542014582e378e6f807 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Tue, 8 Jul 2014 19:00:44 +0200 Subject: [PATCH] [ticket/299] Fix calendar module test B3P-299 --- tests/unit/modules/calendar_test.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/modules/calendar_test.php b/tests/unit/modules/calendar_test.php index 4c573bfe..71b18275 100644 --- a/tests/unit/modules/calendar_test.php +++ b/tests/unit/modules/calendar_test.php @@ -35,6 +35,7 @@ class phpbb_unit_modules_calendar_test extends \board3\portal\tests\testframewor new \phpbb_mock_request() ), new \phpbb\filesystem(), + new \phpbb_mock_request(), $phpbb_root_path, 'php' );