MDL-40220 use new core_component::get_plugin_types()
This commit is contained in:
@@ -456,7 +456,7 @@ class phpunit_util extends testing_util {
|
||||
|
||||
$suites = '';
|
||||
|
||||
$plugintypes = get_plugin_types();
|
||||
$plugintypes = core_component::get_plugin_types();
|
||||
ksort($plugintypes);
|
||||
foreach ($plugintypes as $type=>$unused) {
|
||||
$plugs = get_plugin_list($type);
|
||||
|
||||
Reference in New Issue
Block a user