Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 3.9.x will end* 10 May 2021 (12 months).
  • Bug fixes for security issues in 3.9.x will end* 8 May 2023 (36 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

Unit tests for core indicators.

Copyright: 2017 David MonllaĆ³ {@link http://www.davidmonllao.com}
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 354 lines (17 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 3 files
 admin/tool/log/store/standard/tests/fixtures/event.php
 analytics/tests/fixtures/test_target_shortname.php
 lib/enrollib.php

Defines 1 class

core_analytics_indicators_testcase:: (1 method):
  test_core_indicators()


Class: core_analytics_indicators_testcase  - X-Ref

Unit tests for core indicators.

test_core_indicators()   X-Ref
Test all core indicators.

Single method as it is significantly faster (from 13s to 5s) than having separate
methods because of preventResetByRollback.

return: void