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 39 and 310]

Tests for privacy functions.

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

Defines 1 class


Class: report_stats_privacy_testcase  - X-Ref

Class report_stats_privacy_testcase

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.