MDL-76055 libraries: Autoload phpxmlrpc and verify it works
Also, we can now safely remove Autoloader.php, because Moodle PSR-4 autoloader has taken control, so document and test it too.
This commit is contained in:
@@ -108,6 +108,7 @@ class core_component {
|
||||
'ZipStream' => 'lib/zipstream/src/',
|
||||
'MyCLabs\\Enum' => 'lib/php-enum/src',
|
||||
'Psr\\Http\\Message' => 'lib/http-message/src',
|
||||
'PhpXmlRpc' => 'lib/phpxmlrpc',
|
||||
);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user