MDL-61307 core: Define a new privacy component

This commit is contained in:
Andrew Nicols
2018-03-09 12:25:08 +08:00
parent f4e99c54bb
commit 24125dd102
5 changed files with 29 additions and 1 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 = 67;
const SUBSYSTEMCOUNT = 68;
public function setUp() {
$psr0namespaces = new ReflectionProperty('core_component', 'psr0namespaces');