[ticket/420] Fix unrelated tests

B3P-420
This commit is contained in:
Marc Alexander
2014-11-23 01:12:07 +01:00
parent aa9421f1a1
commit 88f8f0653a
2 changed files with 2 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ class listener_test extends \phpbb_template_template_test_case
$provider = new \phpbb\controller\provider();
$provider->find_routing_files($finder);
$provider->find(dirname(__FILE__) . '/');
$this->controller_helper = new \phpbb_mock_controller_helper($this->template, $this->user, $this->config, $provider, $manager, new \phpbb\symfony_request($request), new \phpbb\filesystem(), '', 'php', dirname(__FILE__) . '/');
$this->controller_helper = new \phpbb_mock_controller_helper($this->template, $this->user, $this->config, $provider, $manager, new \phpbb\symfony_request($request), $request, new \phpbb\filesystem(), '', 'php', dirname(__FILE__) . '/');
$this->path_helper = new \phpbb\path_helper(
new \phpbb\symfony_request(