mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/template-events] Order extensions in mock extension manager.
PHPBB3-9550
This commit is contained in:
parent
47a90f815d
commit
29f7e729ed
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ class phpbb_mock_filesystem_extension_manager extends phpbb_mock_extension_manag
|
||||||
$extensions[$name] = $extension;
|
$extensions[$name] = $extension;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
ksort($extensions);
|
||||||
parent::__construct($phpbb_root_path, $extensions);
|
parent::__construct($phpbb_root_path, $extensions);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue