mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-13 20:28:44 +01:00
[feature/template-events] Order extensions in mock extension manager.
PHPBB3-9550
This commit is contained in:
parent
47a90f815d
commit
29f7e729ed
@ -26,6 +26,7 @@ class phpbb_mock_filesystem_extension_manager extends phpbb_mock_extension_manag
|
||||
$extensions[$name] = $extension;
|
||||
}
|
||||
}
|
||||
ksort($extensions);
|
||||
parent::__construct($phpbb_root_path, $extensions);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user