MDL-76583 core_external: Add new core_external subsystem

This commit is contained in:
Andrew Nicols
2023-01-17 10:59:15 +08:00
parent 5dbac075be
commit 4a2793002c
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ class component_test 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 = 75;
const SUBSYSTEMCOUNT = 76;
public function setUp(): void {
$psr0namespaces = new ReflectionProperty('core_component', 'psr0namespaces');