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.

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

Unit tests for rating/lib.php

Copyright: 2011 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com}
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 384 lines (17 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 2 classes

core_rating_testcase:: (4 methods):
  setUp()
  test_get_ratings_sql()
  get_aggregate_string_provider()
  test_get_aggregate_string()

mockup_rating_manager:: (1 method):
  get_plugin_permissions_array()


Class: core_rating_testcase  - X-Ref

Unit test case for all the rating/lib.php requiring DB mockup & manipulation

setUp()   X-Ref
No description

test_get_ratings_sql()   X-Ref
Test the current get_ratings method main sql


get_aggregate_string_provider()   X-Ref
Data provider for get_aggregate_string tests.

return: array

test_get_aggregate_string($method, $aggregate, $isnumeric, $scaleitems, $expectation)   X-Ref
Test the value returned by get_aggregate_string().


Class: mockup_rating_manager  - X-Ref

rating_manager subclass for unit testing without requiring capabilities to be loaded

get_plugin_permissions_array($contextid, $component, $ratingarea)   X-Ref
Overwrite get_plugin_permissions_array() so it always return granted perms for unit testing