aboutsummaryrefslogtreecommitdiffstats
path: root/tests/pagination/pagination_test.php
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-05-03 14:07:49 +0200
committerTristan Darricau <github@nicofuma.fr>2014-05-03 14:07:49 +0200
commit5cb68b6be99a001c7df2732c71e468d8c4e91fc9 (patch)
tree299002a6f5e89fdc713d8fc91dc84f145c5b3793 /tests/pagination/pagination_test.php
parent8d9133a30e576d9f4315bc914b56c7be5481ebf4 (diff)
downloadforums-5cb68b6be99a001c7df2732c71e468d8c4e91fc9.tar
forums-5cb68b6be99a001c7df2732c71e468d8c4e91fc9.tar.gz
forums-5cb68b6be99a001c7df2732c71e468d8c4e91fc9.tar.bz2
forums-5cb68b6be99a001c7df2732c71e468d8c4e91fc9.tar.xz
forums-5cb68b6be99a001c7df2732c71e468d8c4e91fc9.zip
[ticket/11497] Fix pagination tests
PHPBB3-11497
Diffstat (limited to 'tests/pagination/pagination_test.php')
-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 bf8729e4f8..13b31779c0 100644
--- a/tests/pagination/pagination_test.php
+++ b/tests/pagination/pagination_test.php
@@ -42,7 +42,7 @@ class phpbb_pagination_pagination_test extends phpbb_template_template_test_case
$provider = new \phpbb\controller\provider();
$provider->set_ext_finder($this->finder);
$provider->find(dirname(__FILE__) . '/');
- $this->helper = new \phpbb\controller\helper($this->template, $this->user, $this->config, $provider, $manager, '', 'php');
+ $this->helper = new phpbb_mock_controller_helper($this->template, $this->user, $this->config, $provider, $manager, '', 'php', dirname(__FILE__) . '/');
$this->pagination = new \phpbb\pagination($this->template, $this->user, $this->helper);
}