diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-05-05 18:20:14 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-05-05 18:20:14 +0200 |
commit | 346c6f39980fe060b57549a8364f2e5dece1eb83 (patch) | |
tree | 85c97630d5619e9f255bb15718e190ad4f881123 /tests/pagination | |
parent | 78e1d119f5b1f92da8ffe068d947035b6f5305ea (diff) | |
download | forums-346c6f39980fe060b57549a8364f2e5dece1eb83.tar forums-346c6f39980fe060b57549a8364f2e5dece1eb83.tar.gz forums-346c6f39980fe060b57549a8364f2e5dece1eb83.tar.bz2 forums-346c6f39980fe060b57549a8364f2e5dece1eb83.tar.xz forums-346c6f39980fe060b57549a8364f2e5dece1eb83.zip |
[ticket/11497] Rename set_ext_finder in find_routing_files
PHPBB3-11497
Diffstat (limited to 'tests/pagination')
-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 13b31779c0..f7a02dc419 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(); - $provider->set_ext_finder($this->finder); + $provider->find_routing_files($this->finder); $provider->find(dirname(__FILE__) . '/'); $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); |