MDL-58859 analytics: Add tests to core

Part of MDL-57791 epic.
This commit is contained in:
David Monllao
2017-07-24 07:53:10 +02:00
parent 369389c9a6
commit ff656baeab
10 changed files with 973 additions and 1 deletions
+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 = 66;
const SUBSYSTEMCOUNT = 67;
public function setUp() {
$psr0namespaces = new ReflectionProperty('core_component', 'psr0namespaces');