| UserLoginTest::resetUserPassword |
function |
core/modules/user/tests/src/Functional/UserLoginTest.php |
Reset user password. |
| UserLoginTest::testAutocompleteHtmlAttributes |
function |
core/modules/user/tests/src/Functional/UserLoginTest.php |
Tests that user login form has the autocomplete attributes. |
| UserLoginTest::testCookiesNotAccepted |
function |
core/modules/user/tests/src/Functional/UserLoginTest.php |
Tests with a browser that denies cookies. |
| UserLoginTest::testGlobalLoginFloodControl |
function |
core/modules/user/tests/src/Functional/UserLoginTest.php |
Tests the global login flood control. |
| UserLoginTest::testLoginCacheTagsAndDestination |
function |
core/modules/user/tests/src/Functional/UserLoginTest.php |
Tests login with destination. |
| UserLoginTest::testPasswordLengthLogin |
function |
core/modules/user/tests/src/Functional/UserLoginTest.php |
Tests log in with a maximum length and a too long password. |
| UserLoginTest::testPasswordRehashOnLogin |
function |
core/modules/user/tests/src/Functional/UserLoginTest.php |
Tests user password is re-hashed upon login after changing $count_log2. |
| UserLoginTest::testPerUserLoginFloodControl |
function |
core/modules/user/tests/src/Functional/UserLoginTest.php |
Tests the per-user login flood control. |
| UserLogoutTest |
class |
core/modules/user/tests/src/Functional/UserLogoutTest.php |
Tests user logout. |
| UserLogoutTest.php |
file |
core/modules/user/tests/src/Functional/UserLogoutTest.php |
|
| UserLogoutTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/UserLogoutTest.php |
The theme to install as the default for testing. |
| UserLogoutTest::$modules |
property |
core/modules/user/tests/src/Functional/UserLogoutTest.php |
Modules to install. |
| UserLogoutTest::setUp |
function |
core/modules/user/tests/src/Functional/UserLogoutTest.php |
|
| UserLogoutTest::testLogout |
function |
core/modules/user/tests/src/Functional/UserLogoutTest.php |
Tests user logout functionality. |
| UserMailDefaultsTest |
class |
core/modules/user/tests/src/Kernel/UserMailDefaultsTest.php |
Tests that user.mail default settings are parsed correctly. |
| UserMailDefaultsTest.php |
file |
core/modules/user/tests/src/Kernel/UserMailDefaultsTest.php |
|
| UserMailDefaultsTest::$modules |
property |
core/modules/user/tests/src/Kernel/UserMailDefaultsTest.php |
Modules to install. |
| UserMailDefaultsTest::setUp |
function |
core/modules/user/tests/src/Kernel/UserMailDefaultsTest.php |
|
| UserMailDefaultsTest::testMailDefaults |
function |
core/modules/user/tests/src/Kernel/UserMailDefaultsTest.php |
Tests that each user mail contains blank lines. |
| UserMailDefaultsTest::userMailsProvider |
function |
core/modules/user/tests/src/Kernel/UserMailDefaultsTest.php |
Data provider for user mail testing. |
| UserMailNotifyTest |
class |
core/modules/user/tests/src/Kernel/UserMailNotifyTest.php |
Tests _user_mail_notify() use of user.settings.notify.*. |
| UserMailNotifyTest.php |
file |
core/modules/user/tests/src/Kernel/UserMailNotifyTest.php |
|
| UserMailNotifyTest::$modules |
property |
core/modules/user/tests/src/Kernel/UserMailNotifyTest.php |
Modules to install. |
| UserMailNotifyTest::testUserMailHook |
function |
core/modules/user/tests/src/Kernel/UserMailNotifyTest.php |
Tests the mail hook implementation from the user module. |
| UserMailNotifyTest::testUserMailsNotSent |
function |
core/modules/user/tests/src/Kernel/UserMailNotifyTest.php |
Tests mails are not sent when notify.$op is FALSE. |
| UserMailNotifyTest::testUserMailsSent |
function |
core/modules/user/tests/src/Kernel/UserMailNotifyTest.php |
Tests mails are sent when notify.$op is TRUE. |
| UserMailNotifyTest::testUserMailsWithoutAccountEmail |
function |
core/modules/user/tests/src/Kernel/UserMailNotifyTest.php |
Tests mails are not sent when the account has no email address. |
| UserMailNotifyTest::testUserRecoveryMailLanguage |
function |
core/modules/user/tests/src/Kernel/UserMailNotifyTest.php |
Tests recovery email content and token langcode is aligned. |
| UserMailNotifyTest::userMailsProvider |
function |
core/modules/user/tests/src/Kernel/UserMailNotifyTest.php |
Data provider for user mail testing. |
| UserMailRequiredValidatorTest |
class |
core/modules/user/tests/src/Unit/Plugin/Validation/Constraint/UserMailRequiredValidatorTest.php |
Tests Drupal\user\Plugin\Validation\Constraint\UserMailRequiredValidator. |
| UserMailRequiredValidatorTest.php |
file |
core/modules/user/tests/src/Unit/Plugin/Validation/Constraint/UserMailRequiredValidatorTest.php |
|
| UserMailRequiredValidatorTest::createValidator |
function |
core/modules/user/tests/src/Unit/Plugin/Validation/Constraint/UserMailRequiredValidatorTest.php |
Creates a validator instance. |
| UserMailRequiredValidatorTest::providerTestValidate |
function |
core/modules/user/tests/src/Unit/Plugin/Validation/Constraint/UserMailRequiredValidatorTest.php |
Data provider for ::testValidate(). |
| UserMailRequiredValidatorTest::testValidate |
function |
core/modules/user/tests/src/Unit/Plugin/Validation/Constraint/UserMailRequiredValidatorTest.php |
Tests validate. |
| UserMigrationClassTest |
class |
core/modules/user/tests/src/Kernel/Migrate/d7/UserMigrationClassTest.php |
Tests the user migration plugin class. |
| UserMigrationClassTest.php |
file |
core/modules/user/tests/src/Kernel/Migrate/d7/UserMigrationClassTest.php |
|
| UserMigrationClassTest::testClass |
function |
core/modules/user/tests/src/Kernel/Migrate/d7/UserMigrationClassTest.php |
Tests that the profile value process is added to the pipeline. |
| UserNameFormatterTest |
class |
core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php |
Tests the user_name formatter. |
| UserNameFormatterTest.php |
file |
core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php |
|
| UserNameFormatterTest::$bundle |
property |
core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php |
|
| UserNameFormatterTest::$entityType |
property |
core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php |
|
| UserNameFormatterTest::$fieldName |
property |
core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php |
|
| UserNameFormatterTest::$modules |
property |
core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php |
Modules to install. |
| UserNameFormatterTest::renderEntityFields |
function |
core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php |
Renders fields of a given entity with a given display. |
| UserNameFormatterTest::setUp |
function |
core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php |
|
| UserNameFormatterTest::testFormatter |
function |
core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php |
Tests the formatter output. |
| UserNameItemTest |
class |
core/modules/user/tests/src/Unit/UserNameItemTest.php |
Defines a test for the UserNameItem field-type. |
| UserNameItemTest.php |
file |
core/modules/user/tests/src/Unit/UserNameItemTest.php |
|
| UserNameItemTest::providerMaxLength |
function |
core/modules/user/tests/src/Unit/UserNameItemTest.php |
Data provider for maximum-lengths. |
| UserNameItemTest::testGenerateSampleValue |
function |
core/modules/user/tests/src/Unit/UserNameItemTest.php |
Tests generating sample values. |