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

(no description)

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

Defines 1 class


Class: user_test  - X-Ref

Test core_user class.

setUp()   X-Ref
Setup test data.


test_get_user()   X-Ref
No description

test_get_user_by_username()   X-Ref
Test get_user_by_username method.


test_search()   X-Ref
No description

test_search_with_count()   X-Ref
Tests the search() function with limits on the number to return.


test_search_group_permissions()   X-Ref
When course is in separate groups mode and user is a student, they can't see people who
are not in the same group. This is checked by the user profile permission thing and not
currently by the original query.


test_search_deleted_users()   X-Ref
When course is in separate groups mode and user is a student, they can't see people who
are not in the same group. This is checked by the user profile permission thing and not
currently by the original query.


init_search_tests()   X-Ref
Carries out standard setup for the search test functions.


test_require_active_user()   X-Ref
Test require_active_user


test_get_property_definition()   X-Ref
Test get_property_definition() method.


test_validate()   X-Ref
Test validate() method.


test_clean_data()   X-Ref
Test clean_data() method.


test_clean_field()   X-Ref
Test clean_field() method.


test_get_property_type()   X-Ref
Test get_property_type() method.


test_get_property_null()   X-Ref
Test get_property_null() method.


test_get_property_choices()   X-Ref
Test get_property_choices() method.


test_get_property_default()   X-Ref
Test get_property_default().


test_get_noreply_user()   X-Ref
Ensure that the noreply user is not cached.


test_is_real_user()   X-Ref
Test is_real_user method.


test_awaiting_action()   X-Ref
Tests for the {@see \core_user::awaiting_action()} method.


test_get_initials(array $userdata, string $fullnameconfig, string $expected)   X-Ref
Test that user with Letter avatar respect language preference.

param: array $userdata
param: string $fullnameconfig
param: string $expected
return: void

user_name_provider()   X-Ref
Provider of user configuration for testing initials rendering

return: array[]