From f383d4221ce085dc36ef4c04a0a2c7c3f381b108 Mon Sep 17 00:00:00 2001 From: Pico88 Date: Mon, 21 Apr 2014 19:53:46 +0200 Subject: [ticket/12099] Add request argument to path_helper service PHPBB3-12099 --- tests/avatar/manager_test.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/avatar/manager_test.php') diff --git a/tests/avatar/manager_test.php b/tests/avatar/manager_test.php index 246397ad6c..96d3ba1474 100644 --- a/tests/avatar/manager_test.php +++ b/tests/avatar/manager_test.php @@ -38,6 +38,8 @@ class phpbb_avatar_manager_test extends \phpbb_test_case new phpbb_mock_request() ), new \phpbb\filesystem(), + $this->getMock('\phpbb\request\request'), + $config, $phpbb_root_path, $phpEx ); -- cgit v1.2.1