diff options
author | Nils Adermann <naderman@naderman.de> | 2013-04-24 09:52:57 -0700 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2013-04-24 09:52:57 -0700 |
commit | 81daf21dc08a18de4a9e541b067724f37ba4d481 (patch) | |
tree | d3ed7ee714c0d6629dd78ff01cdfc13ee66986d7 /tests/extension/finder_test.php | |
parent | 3e32655c7f22ce9aff7bafdbab6d556879b5fcf9 (diff) | |
parent | 10781ce9ae74efd4f04063c78235f4be031b414a (diff) | |
download | forums-81daf21dc08a18de4a9e541b067724f37ba4d481.tar forums-81daf21dc08a18de4a9e541b067724f37ba4d481.tar.gz forums-81daf21dc08a18de4a9e541b067724f37ba4d481.tar.bz2 forums-81daf21dc08a18de4a9e541b067724f37ba4d481.tar.xz forums-81daf21dc08a18de4a9e541b067724f37ba4d481.zip |
Merge pull request #1324 from nickvergessen/ticket/10844-2
Ticket/10844 Extensions are not located when front-end file has a diffferent phpbb_root_path
Diffstat (limited to 'tests/extension/finder_test.php')
-rw-r--r-- | tests/extension/finder_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/extension/finder_test.php b/tests/extension/finder_test.php index 73c07ef79a..4c99ba6343 100644 --- a/tests/extension/finder_test.php +++ b/tests/extension/finder_test.php @@ -67,7 +67,7 @@ class phpbb_extension_finder_test extends phpbb_test_case public function test_prefix_get_directories() { $dirs = $this->finder - ->prefix('t') + ->prefix('ty') ->get_directories(); sort($dirs); |