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 400 and 401]

(no description)

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

Defines 1 class


Class: user_profile_fields_test  - X-Ref

Unit tests for user profile fields helper

generate_userprofilefields()   X-Ref
Generate custom profile fields, one of each type

return: user_profile_fields

test_get_columns()   X-Ref
Test for get_columns


test_add_join()   X-Ref
Test for add_join


test_add_joins()   X-Ref
Test for add_joins


test_get_filters()   X-Ref
Test for get_filters


test_custom_report_content()   X-Ref
Test that adding user profile field columns to a report returns expected values


custom_report_filter_provider()   X-Ref
Data provider for {@see test_custom_report_filter}

return: array[]

test_custom_report_filter(string $filtername, array $filtervalues, string $expectmatchuser)   X-Ref
Test filtering report by custom profile fields

param: string $filtername
param: array $filtervalues
param: string $expectmatchuser

test_stress_datasource()   X-Ref
Stress test user datasource using profile fields

In order to execute this test PHPUNIT_LONGTEST should be defined as true in phpunit.xml or directly in config.php