From 01e19a00f8107698ed1c6868398cbbf0ac2ab7d8 Mon Sep 17 00:00:00 2001 From: Nicofuma Date: Sat, 3 May 2014 11:44:58 +0200 Subject: [ticket/11497] Fix tests PHPBB3-11497 --- tests/pagination/pagination_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/pagination/pagination_test.php') diff --git a/tests/pagination/pagination_test.php b/tests/pagination/pagination_test.php index be898de9b7..bf8729e4f8 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($manager->get_finder()); + $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->pagination = new \phpbb\pagination($this->template, $this->user, $this->helper); -- cgit v1.2.1