TempStoreDatabaseTest |
core/modules/user/src/Tests/TempStoreDatabaseTest.php |
Tests the temporary object storage system. |
UserAccountFormFieldsTest |
core/modules/user/src/Tests/UserAccountFormFieldsTest.php |
Verifies that the field order in user account forms is compatible with
password managers of web browsers. |
UserAccountLinksTest |
core/modules/user/src/Tests/UserAccountLinksTest.php |
Tests user-account links. |
UserActionConfigSchemaTest |
core/modules/user/src/Tests/UserActionConfigSchemaTest.php |
Ensures the user action for adding and removing roles have valid config
schema. |
UserAdminLanguageTest |
core/modules/user/src/Tests/UserAdminLanguageTest.php |
Tests users' ability to change their own administration language. |
UserAdminListingTest |
core/modules/user/src/Tests/UserAdminListingTest.php |
Tests the user admin listing if views is not enabled. |
UserAdminSettingsFormTest |
core/modules/user/src/Tests/UserAdminSettingsFormTest.php |
Configuration object user.mail and user.settings save test. |
UserAdminTest |
core/modules/user/src/Tests/UserAdminTest.php |
Tests user administration page functionality. |
UserBlocksTest |
core/modules/user/src/Tests/UserBlocksTest.php |
Tests user blocks. |
UserCacheTagsTest |
core/modules/user/src/Tests/UserCacheTagsTest.php |
Tests the User entity's cache tags. |
UserCancelTest |
core/modules/user/src/Tests/UserCancelTest.php |
Ensure that account cancellation methods work as expected. |
UserCreateFailMailTest |
core/modules/user/src/Tests/UserCreateFailMailTest.php |
Tests the create user administration page. |
UserCreateTest |
core/modules/user/src/Tests/UserCreateTest.php |
Tests the create user administration page. |
UserDeleteTest |
core/modules/user/src/Tests/UserDeleteTest.php |
Tests account deleting of users. |
UserEditedOwnAccountTest |
core/modules/user/src/Tests/UserEditedOwnAccountTest.php |
Tests user edited own account can still log in. |
UserEditTest |
core/modules/user/src/Tests/UserEditTest.php |
Tests user edit page. |
UserEntityCallbacksTest |
core/modules/user/src/Tests/UserEntityCallbacksTest.php |
Tests specific parts of the user entity like the URI callback and the label
callback. |
UserEntityReferenceTest |
core/modules/user/src/Tests/UserEntityReferenceTest.php |
Tests the user reference field functionality. |
UserEntityTest |
core/modules/user/src/Tests/UserEntityTest.php |
Tests the user entity class. |
UserFieldsTest |
core/modules/user/src/Tests/UserFieldsTest.php |
Tests available user fields in twig. |
UserInstallTest |
core/modules/user/src/Tests/UserInstallTest.php |
Tests user_install(). |
UserLanguageCreationTest |
core/modules/user/src/Tests/UserLanguageCreationTest.php |
Tests whether proper language is stored for new users and access to language
selector. |
UserLanguageTest |
core/modules/user/src/Tests/UserLanguageTest.php |
Functional tests for a user's ability to change their default language. |
UserLoginTest |
core/modules/user/src/Tests/UserLoginTest.php |
Ensure that login works as expected. |
UserPasswordResetTest |
core/modules/user/src/Tests/UserPasswordResetTest.php |
Ensure that password reset methods work as expected. |
UserPermissionsTest |
core/modules/user/src/Tests/UserPermissionsTest.php |
Verify that role permissions can be added and removed via the permissions
page. |
UserPictureTest |
core/modules/user/src/Tests/UserPictureTest.php |
Tests user picture functionality. |
UserRegistrationTest |
core/modules/user/src/Tests/UserRegistrationTest.php |
Tests registration of user under different configurations. |
UserRoleAdminTest |
core/modules/user/src/Tests/UserRoleAdminTest.php |
Tests adding, editing and deleting user roles and changing role weights. |
UserRoleDeleteTest |
core/modules/user/src/Tests/UserRoleDeleteTest.php |
Tests the handling of user_role entity from the user module |
UserRolesAssignmentTest |
core/modules/user/src/Tests/UserRolesAssignmentTest.php |
Tests that users can be assigned and unassigned roles. |
UserSaveStatusTest |
core/modules/user/src/Tests/UserSaveStatusTest.php |
Tests user saving status. |
UserSaveTest |
core/modules/user/src/Tests/UserSaveTest.php |
Tests account saving for arbitrary new uid. |
UserSearchTest |
core/modules/user/src/Tests/UserSearchTest.php |
Tests the user search page and verifies that sensitive information is hidden
from unauthorized users. |
UserTimeZoneTest |
core/modules/user/src/Tests/UserTimeZoneTest.php |
Set a user time zone and verify that dates are displayed in local time. |
UserTokenReplaceTest |
core/modules/user/src/Tests/UserTokenReplaceTest.php |
Generates text using placeholders for dummy content to check user token
replacement. |
UserTranslationUITest |
core/modules/user/src/Tests/UserTranslationUITest.php |
Tests the User Translation UI. |
UserValidationTest |
core/modules/user/src/Tests/UserValidationTest.php |
Verify that user validity checks behave as designed. |