mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-20 00:21:42 +02:00
[ticket/10844] Increase prefix to not match template/ in finder test
PHPBB3-10844
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user