mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/11497] Update pagination test
PHPBB3-11497
This commit is contained in:
parent
dc6e2be884
commit
2463466826
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue