mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/10844] Increase prefix to not match template/ in finder test
PHPBB3-10844
This commit is contained in:
parent
12c432c523
commit
10781ce9ae
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue