diff options
| author | Tristan Darricau <github@nicofuma.fr> | 2014-09-05 16:33:57 +0200 |
|---|---|---|
| committer | Tristan Darricau <github@nicofuma.fr> | 2014-11-20 20:15:45 +0100 |
| commit | 014eed385bf761d9e3f0992835f44f58bf055afd (patch) | |
| tree | 7c1e824a9346efd0dbe05c732926ae9fd006cd0b /tests/controller/common_helper_route.php | |
| parent | 7cd0fd83b8047f40edfb69a427b14997801ef25b (diff) | |
| download | forums-014eed385bf761d9e3f0992835f44f58bf055afd.tar forums-014eed385bf761d9e3f0992835f44f58bf055afd.tar.gz forums-014eed385bf761d9e3f0992835f44f58bf055afd.tar.bz2 forums-014eed385bf761d9e3f0992835f44f58bf055afd.tar.xz forums-014eed385bf761d9e3f0992835f44f58bf055afd.zip | |
[ticket/12620] Add support of the environments for the ext routing files
PHPBB3-12620
Diffstat (limited to 'tests/controller/common_helper_route.php')
| -rw-r--r-- | tests/controller/common_helper_route.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/controller/common_helper_route.php b/tests/controller/common_helper_route.php index 028a73d70d..5baa846ec3 100644 --- a/tests/controller/common_helper_route.php +++ b/tests/controller/common_helper_route.php @@ -113,12 +113,6 @@ abstract class phpbb_controller_common_helper_route extends phpbb_test_case ) ); - $finder = new \phpbb\finder( - new \phpbb\filesystem(), - dirname(__FILE__) . '/', - new phpbb_mock_cache() - ); - $finder->set_extensions(array_keys($this->extension_manager->all_enabled())); $this->router = new phpbb_mock_router($this->extension_manager, dirname(__FILE__) . '/', 'php'); $this->router->find_routing_files($finder); $this->router->find(dirname(__FILE__) . '/'); |
