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.

Differences Between: [Versions 39 and 311] [Versions 39 and 400] [Versions 39 and 401] [Versions 39 and 402] [Versions 39 and 403]

Provides core_update_api_testcase class.

Copyright: 2015 David Mudrak <david@moodle.com>
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 151 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 1 file
 lib/tests/fixtures/testable_update_api.php

Defines 1 class

core_update_api_testcase:: (4 methods):
  test_convert_branch_numbering_format()
  test_get_plugin_info()
  test_find_plugin()
  test_validate_pluginfo_format()


Class: core_update_api_testcase  - X-Ref

Tests for \core\update\api client.

Please note many of these tests heavily depend on the behaviour of the
testable_api client. It is important to make sure that the behaviour of the
testable_api client perfectly matches the actual behaviour of the live
services on the given API version.

test_convert_branch_numbering_format()   X-Ref
Make sure the $CFG->branch is mapped correctly to the format used by the API.


test_get_plugin_info()   X-Ref
Getting info about particular plugin version.


test_find_plugin()   X-Ref
Getting info about the most suitable plugin version for us.


test_validate_pluginfo_format()   X-Ref
Validating the pluginfo.php response data.