MDL-40167 tests: The dock subsystem was removed

Fix the unit test that counts the core subsystems.
This commit is contained in:
Damyon Wiese
2013-07-16 14:29:59 +08:00
parent b7361a9be7
commit 792522198a
+1 -1
View 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 = 63;
const SUBSYSTEMCOUNT = 62;
public function test_get_core_subsystems() {
global $CFG;