aboutsummaryrefslogtreecommitdiffstats
path: root/tests/pagination
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-11-20 16:37:45 +0100
committerTristan Darricau <github@nicofuma.fr>2014-11-20 16:37:45 +0100
commitfdcd6e81cd4ae530036fd18ad184c0d2423c6949 (patch)
tree7d0c27ee6e9ded2774212af56f65c3e7d47e44c7 /tests/pagination
parentdec8b0de47433a02653f630d98a45a414415d72c (diff)
downloadforums-fdcd6e81cd4ae530036fd18ad184c0d2423c6949.tar
forums-fdcd6e81cd4ae530036fd18ad184c0d2423c6949.tar.gz
forums-fdcd6e81cd4ae530036fd18ad184c0d2423c6949.tar.bz2
forums-fdcd6e81cd4ae530036fd18ad184c0d2423c6949.tar.xz
forums-fdcd6e81cd4ae530036fd18ad184c0d2423c6949.zip
[ticket/13063] Fix tests after rebase
PHPBB3-13063
Diffstat (limited to 'tests/pagination')
-rw-r--r--tests/pagination/pagination_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pagination/pagination_test.php b/tests/pagination/pagination_test.php
index de939e280d..04f7b807a7 100644
--- a/tests/pagination/pagination_test.php
+++ b/tests/pagination/pagination_test.php
@@ -57,7 +57,7 @@ class phpbb_pagination_pagination_test extends phpbb_template_template_test_case
$request
);
- $this->helper = new phpbb_mock_controller_helper($this->template, $this->user, $this->config, $router, $manager, $symfony_request, $request, $filesystem, '', 'php', dirname(__FILE__) . '/');
+ $this->helper = new phpbb_mock_controller_helper($this->template, $this->user, $this->config, $router, $symfony_request, $request, $filesystem, '', 'php', dirname(__FILE__) . '/');
$this->pagination = new \phpbb\pagination($this->template, $this->user, $this->helper, $phpbb_dispatcher);
}