1
0
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:
Oleg Pudeyev 2012-11-27 11:11:50 -05:00
parent 47a90f815d
commit 29f7e729ed

View File

@ -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);
}
}