Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.3.x will end 7 October 2024 (12 months).
  • Bug fixes for security issues in 4.3.x will end 21 April 2025 (18 months).
  • PHP version: minimum PHP 8.0.0 Note: minimum PHP version has increased since Moodle 4.1. PHP 8.2.x is supported too.

Differences Between: [Versions 310 and 403] [Versions 39 and 403]

(no description)

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

Defines 1 class


Class: component_favourite_service_test  - X-Ref

Test class covering the component_favourite_service within the service layer of favourites.

setUp()   X-Ref
No description

setup_users_and_courses()   X-Ref
No description

get_mock_repository(array $mockstore)   X-Ref
Generates an in-memory repository for testing, using an array store for CRUD stuff.

param: array $mockstore
return: \PHPUnit\Framework\MockObject\MockObject

test_delete_favourites_by_type_and_item()   X-Ref
Test confirming the deletion of favourites by type and item, but with no optional context filter provided.


test_delete_favourites_by_type_and_item_with_context()   X-Ref
Test confirming the deletion of favourites by type and item and with the optional context filter provided.