MDL-62138 core: remove core_register and core_publish

These components have no classes and no strings and have no purspose. Component core_hub is responsible
for storing data, defining classes and strings for site registration and course publishing

This also reverts MDL-61945
This commit is contained in:
Marina Glancy
2018-04-23 13:17:12 +08:00
parent 6fa694bef0
commit dde3d58eb1
4 changed files with 1 additions and 67 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ class core_component_testcase extends advanced_testcase {
* this is defined here to annoy devs that try to add more without any thinking,
* always verify that it does not collide with any existing add-on modules and subplugins!!!
*/
const SUBSYSTEMCOUNT = 68;
const SUBSYSTEMCOUNT = 66;
public function setUp() {
$psr0namespaces = new ReflectionProperty('core_component', 'psr0namespaces');