diff options
author | Nicofuma <github@nicofuma.fr> | 2014-05-03 11:36:05 +0200 |
---|---|---|
committer | Nicofuma <github@nicofuma.fr> | 2014-05-03 11:36:05 +0200 |
commit | 24634668260db2e64c61e48c54c98c1ab4087020 (patch) | |
tree | 4ca24eefcf84df89d95512af79b58720b3b76aea /tests/pagination/pagination_test.php | |
parent | dc6e2be884fdb8d869e7da03984014fd18e30ae2 (diff) | |
download | forums-24634668260db2e64c61e48c54c98c1ab4087020.tar forums-24634668260db2e64c61e48c54c98c1ab4087020.tar.gz forums-24634668260db2e64c61e48c54c98c1ab4087020.tar.bz2 forums-24634668260db2e64c61e48c54c98c1ab4087020.tar.xz forums-24634668260db2e64c61e48c54c98c1ab4087020.zip |
[ticket/11497] Update pagination test
PHPBB3-11497
Diffstat (limited to 'tests/pagination/pagination_test.php')
-rw-r--r-- | tests/pagination/pagination_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pagination/pagination_test.php b/tests/pagination/pagination_test.php index 696bd3f33f..be898de9b7 100644 --- a/tests/pagination/pagination_test.php +++ b/tests/pagination/pagination_test.php @@ -40,7 +40,7 @@ class phpbb_pagination_pagination_test extends phpbb_template_template_test_case $this->config = new \phpbb\config\config(array('enable_mod_rewrite' => '1')); $provider = new \phpbb\controller\provider(); - $this->provider->set_ext_finder($this->finder); + $this->provider->set_ext_finder($manager->get_finder()); $provider->find(dirname(__FILE__) . '/'); $this->helper = new \phpbb\controller\helper($this->template, $this->user, $this->config, $provider, $manager, '', 'php'); $this->pagination = new \phpbb\pagination($this->template, $this->user, $this->helper); |