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.

Tests for privacy functions.

Copyright: 2018 Adrian Greeve
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later.
File Size: 320 lines (15 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class


Class: provider_test  - X-Ref

Privacy provider test for report_stats.

create_stats($courseid, $userid, $table)   X-Ref
Convenience function to create stats.

param: int $courseid Course ID for this record.
param: int $userid User ID for this record.
param: string $table Stat table to insert into.

test_get_contexts_for_userid()   X-Ref
Get all of the contexts related to a user and stat tables.


test_export_user_data()   X-Ref
Test that stat data is exported as required.


test_delete_data_for_all_users_in_context()   X-Ref
Test that stat data is deleted for a whole context.


test_delete_data_for_user()   X-Ref
Test that stats are deleted for one user.


test_get_users_in_context()   X-Ref
Test that only users within a course context are fetched.


test_delete_data_for_users()   X-Ref
Test that data for users in approved userlist is deleted.