mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11497] Fix pagination tests
PHPBB3-11497
This commit is contained in:
parent
8d9133a30e
commit
5cb68b6be9
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue