Merge branch 'MDL-73397-master' of https://github.com/aanabit/moodle

This commit is contained in:
Shamim Rezaie 2022-01-04 22:48:40 +11:00
commit 64915bed6d
94 changed files with 1725 additions and 1584 deletions

View file

@ -36,7 +36,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 = 74;
const SUBSYSTEMCOUNT = 75;
public function setUp(): void {
$psr0namespaces = new ReflectionProperty('core_component', 'psr0namespaces');