- BackdropWebTestCase::backdropCreateUser in core/
modules/ simpletest/ backdrop_web_test_case.php - Create a user with a given set of permissions.
- DBLogTestCase::doUser in core/
modules/ dblog/ tests/ dblog.test - Generates and then verifies some user events.
- EntityReferenceHandlersTestCase::testUserHandler in core/
modules/ entityreference/ tests/ entityreference.handlers.test - Test the user-specific overrides of the entity handler.
- FieldViewsTestHelper::CreateUser in core/
modules/ field/ tests/ field_views.test - PathPatternFunctionalTestCase::testProgrammaticEntityCreation in core/
modules/ path/ tests/ path_pattern.test - Test programmatic entity creation for aliases.
- SiteMaintenanceTestCase::testSiteMaintenance in core/
modules/ system/ tests/ system.test - Verify site maintenance mode functionality.
- StandardInstallTestCase::testRolesExist in core/
modules/ simpletest/ tests/ standard.test - Tests existence of test case located in an installation profile module.
- UpdateScriptFunctionalTest::testUpdateAccess in core/
modules/ system/ tests/ system.test - Tests access to the update script.
- UserCancelTestCase::testUserCancelUid1 in core/
modules/ user/ tests/ user.test - Tests that user account for uid 1 cannot be cancelled.
- UserLoginTestCase::resetUserPassword in core/
modules/ user/ tests/ user.test - Resets the user password and logs the user in.
- UserPasswordResetTest::testResetImpersonation in core/
modules/ user/ tests/ user_password_reset.test - Make sure that users cannot forge password reset URLs of other users.
- UserPasswordResetTest::testUserPasswordReset in core/
modules/ user/ tests/ user_password_reset.test - Tests password reset functionality.
- UserPasswordResetTest::testUserPasswordResetAlreadyLoggedIn in core/
modules/ user/ tests/ user_password_reset.test - Test user password reset in a browser where the same user is already logged in.
- UserPasswordResetTest::testUserPasswordResetOtherUserLoggedIn in core/
modules/ user/ tests/ user_password_reset.test - Test user password reset in a browser where another user is logged in.
- UserSaveTestCase::testUserImport in core/
modules/ user/ tests/ user.test - Test creating a user with arbitrary uid.
- user_pass_required_validate in core/
modules/ user/ user.module - Element validate handler for the password field.
- user_register_submit in core/
modules/ user/ user.module - Submit handler for the user registration form.