Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 4.1.x will end 13 November 2023 (12 months).
  • Bug fixes for security issues in 4.1.x will end 10 November 2025 (36 months).
  • PHP version: minimum PHP 7.4.0 Note: minimum PHP version has increased since Moodle 4.0. PHP 8.0.x is supported too.

Differences Between: [Versions 310 and 401] [Versions 311 and 401] [Versions 39 and 401]

(no description)

File Size: 385 lines (17 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 2 classes

rating_test:: (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: rating_test  - 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