From bdd48b459e7fcfd579b34ea32b40065945f7f3fa Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Tue, 31 Mar 2015 00:42:27 +0200 Subject: [PATCH] MDL-49203 webservices: Increment subsystems count in unit tests. --- lib/tests/component_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tests/component_test.php b/lib/tests/component_test.php index b6b1c6e4f9d..d5f0b55bd24 100644 --- a/lib/tests/component_test.php +++ b/lib/tests/component_test.php @@ -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;