[ticket/10844] Increase prefix to not match template/ in finder test

PHPBB3-10844
This commit is contained in:
Joas Schilling 2013-04-22 00:24:30 +02:00
parent 12c432c523
commit 10781ce9ae

View file

@ -66,7 +66,7 @@ class phpbb_extension_finder_test extends phpbb_test_case
public function test_prefix_get_directories() public function test_prefix_get_directories()
{ {
$dirs = $this->finder $dirs = $this->finder
->prefix('t') ->prefix('ty')
->get_directories(); ->get_directories();
sort($dirs); sort($dirs);