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:
Eloy Lafuente (stronk7)
2022-11-02 15:56:38 +01:00
parent c958bd7305
commit a0d916bc86
4 changed files with 60 additions and 36 deletions
+1
View File
@@ -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',
);
/**