MDL-49203 webservices: Increment subsystems count in unit tests.
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Mon, 30 Mar 2015 22:42:27 +0000 (00:42 +0200)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Mon, 30 Mar 2015 22:42:27 +0000 (00:42 +0200)
lib/tests/component_test.php

index b6b1c6e..d5f0b55 100644 (file)
@@ -34,7 +34,7 @@ class core_component_testcase extends advanced_testcase {
     // To be changed if number of subsystems increases/decreases,
     // 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 = 62;
+    const SUBSYSTEMCOUNT = 63;
 
     public function test_get_core_subsystems() {
         global $CFG;