Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 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.

For use in unit tests that require an info object which isn't really used.

Copyright: 2014 The Open University
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 78 lines (2 kb)
Included or required: 1 time
Referenced: 1 time
Includes or requires: 0 files

Defines 1 class

mock_info:: (6 methods):
  __construct()
  get_thing_name()
  get_context()
  get_view_hidden_capability()
  set_in_database()
  get_modinfo()


Class: mock_info  - X-Ref

For use in unit tests that require an info object which isn't really used.

__construct($course = null, $userid = 0)   X-Ref
Constructs with item details.

param: \stdClass $course Optional course param (otherwise uses $SITE)
param: int $userid Userid for modinfo (if used)

get_thing_name()   X-Ref
No description

get_context()   X-Ref
No description

get_view_hidden_capability()   X-Ref
No description

set_in_database($availability)   X-Ref
No description

get_modinfo()   X-Ref
No description