X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=blobdiff_plain;f=lib%2Ftests%2Fcomponent_test.php;h=78206a6efe0599fcc06ee6d0cd1d9b8085789577;hp=24b0b6d840424501204a59248bf3cef1c7110eee;hb=dcc16e155d96308be90d5ae3c271497ed63fc5e8;hpb=1287039e621c5aed299ee812baa1b83ced887c65;ds=inline diff --git a/lib/tests/component_test.php b/lib/tests/component_test.php index 24b0b6d8404..78206a6efe0 100644 --- a/lib/tests/component_test.php +++ b/lib/tests/component_test.php @@ -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');