Description
The amount of models is hard coded in the learning analytics tests. Adding a model should not create a phpunit failure.
-$this>assertEquals(4, \core_analytics\stats::enabled_models());
++$this->assertGreaterThanOrEqual(4, \core_analytics\stats::enabled_models());