| UserCancelTest::$modules |
property |
core/modules/user/tests/src/Functional/UserCancelTest.php |
Modules to install. |
| UserCancelTest::setUp |
function |
core/modules/user/tests/src/Functional/UserCancelTest.php |
|
| UserCancelTest::testMassUserCancelByAdmin |
function |
core/modules/user/tests/src/Functional/UserCancelTest.php |
Create an administrative user and mass-delete other users. |
| UserCancelTest::testUserAnonymize |
function |
core/modules/user/tests/src/Functional/UserCancelTest.php |
Delete account and anonymize all content. |
| UserCancelTest::testUserAnonymizeBatch |
function |
core/modules/user/tests/src/Functional/UserCancelTest.php |
Delete account and anonymize all content using a batch process. |
| UserCancelTest::testUserAnonymizeTranslations |
function |
core/modules/user/tests/src/Functional/UserCancelTest.php |
Delete account and anonymize all content and it's translations. |
| UserCancelTest::testUserBlock |
function |
core/modules/user/tests/src/Functional/UserCancelTest.php |
Disable account and keep all content. |
| UserCancelTest::testUserBlockUnpublish |
function |
core/modules/user/tests/src/Functional/UserCancelTest.php |
Disable account and unpublish all content. |
| UserCancelTest::testUserBlockUnpublishNodeAccess |
function |
core/modules/user/tests/src/Functional/UserCancelTest.php |
Tests nodes are unpublished even if inaccessible to cancelling user. |
| UserCancelTest::testUserCancelByAdmin |
function |
core/modules/user/tests/src/Functional/UserCancelTest.php |
Create an administrative user and delete other users. |
| UserCancelTest::testUserCancelChangePermission |
function |
core/modules/user/tests/src/Functional/UserCancelTest.php |
Tests ability to change the permission for canceling users. |
| UserCancelTest::testUserCancelInvalid |
function |
core/modules/user/tests/src/Functional/UserCancelTest.php |
Attempt invalid account cancellations. |
| UserCancelTest::testUserCancelUid1 |
function |
core/modules/user/tests/src/Functional/UserCancelTest.php |
Tests that user account for uid 1 cannot be cancelled. |
| UserCancelTest::testUserCancelWithoutPermission |
function |
core/modules/user/tests/src/Functional/UserCancelTest.php |
Attempt to cancel account without permission. |
| UserCancelTest::testUserDelete |
function |
core/modules/user/tests/src/Functional/UserCancelTest.php |
Delete account and remove all content. |
| UserCancelTest::testUserDeleteWithContentAndNodeAccess |
function |
core/modules/user/tests/src/Functional/UserCancelTest.php |
Tests user cancel with node access. |
| UserCancelTest::testUserWithoutEmailCancelByAdmin |
function |
core/modules/user/tests/src/Functional/UserCancelTest.php |
Tests deletion of a user account without an email address. |
| UserChangedTest |
class |
core/modules/user/tests/src/Functional/Views/UserChangedTest.php |
Tests the changed field. |
| UserChangedTest.php |
file |
core/modules/user/tests/src/Functional/Views/UserChangedTest.php |
|
| UserChangedTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/Views/UserChangedTest.php |
The theme to install as the default for testing. |
| UserChangedTest::$modules |
property |
core/modules/user/tests/src/Functional/Views/UserChangedTest.php |
Modules to install. |
| UserChangedTest::$testViews |
property |
core/modules/user/tests/src/Functional/Views/UserChangedTest.php |
Views used by this test. |
| UserChangedTest::setUp |
function |
core/modules/user/tests/src/Functional/Views/UserChangedTest.php |
Sets up the test. |
| UserChangedTest::testChangedField |
function |
core/modules/user/tests/src/Functional/Views/UserChangedTest.php |
Tests changed field. |
| UserConfigValidationTest |
class |
core/modules/user/tests/src/Kernel/UserConfigValidationTest.php |
Tests validating user modules' configuration. |
| UserConfigValidationTest.php |
file |
core/modules/user/tests/src/Kernel/UserConfigValidationTest.php |
|
| UserConfigValidationTest::$modules |
property |
core/modules/user/tests/src/Kernel/UserConfigValidationTest.php |
Modules to install. |
| UserConfigValidationTest::providerTestUserSettings |
function |
core/modules/user/tests/src/Kernel/UserConfigValidationTest.php |
Data provider for testUserSettings(). |
| UserConfigValidationTest::setUp |
function |
core/modules/user/tests/src/Kernel/UserConfigValidationTest.php |
|
| UserConfigValidationTest::testUserSettings |
function |
core/modules/user/tests/src/Kernel/UserConfigValidationTest.php |
Tests invalid values in 'user.settings' config properties. |
| UserControllerTest |
class |
core/modules/user/tests/src/Kernel/Controller/UserControllerTest.php |
Tests for the User controller. |
| UserControllerTest.php |
file |
core/modules/user/tests/src/Kernel/Controller/UserControllerTest.php |
|
| UserControllerTest::$modules |
property |
core/modules/user/tests/src/Kernel/Controller/UserControllerTest.php |
Modules to install. |
| UserControllerTest::$user |
property |
core/modules/user/tests/src/Kernel/Controller/UserControllerTest.php |
The logged in user. |
| UserControllerTest::$userController |
property |
core/modules/user/tests/src/Kernel/Controller/UserControllerTest.php |
The user controller. |
| UserControllerTest::setUp |
function |
core/modules/user/tests/src/Kernel/Controller/UserControllerTest.php |
|
| UserControllerTest::testUserEditPage |
function |
core/modules/user/tests/src/Kernel/Controller/UserControllerTest.php |
Tests the redirection to a user edit page. |
| UserCreateFailMailTest |
class |
core/modules/user/tests/src/Functional/UserCreateFailMailTest.php |
Tests the create user administration page. |
| UserCreateFailMailTest.php |
file |
core/modules/user/tests/src/Functional/UserCreateFailMailTest.php |
|
| UserCreateFailMailTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/UserCreateFailMailTest.php |
The theme to install as the default for testing. |
| UserCreateFailMailTest::$modules |
property |
core/modules/user/tests/src/Functional/UserCreateFailMailTest.php |
Modules to install. |
| UserCreateFailMailTest::testUserAdd |
function |
core/modules/user/tests/src/Functional/UserCreateFailMailTest.php |
Tests the create user administration page. |
| UserCreateTest |
class |
core/modules/user/tests/src/Functional/UserCreateTest.php |
Tests the create user administration page. |
| UserCreateTest.php |
file |
core/modules/user/tests/src/Functional/UserCreateTest.php |
|
| UserCreateTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/UserCreateTest.php |
The theme to install as the default for testing. |
| UserCreateTest::$modules |
property |
core/modules/user/tests/src/Functional/UserCreateTest.php |
Modules to install. |
| UserCreateTest::testUserAdd |
function |
core/modules/user/tests/src/Functional/UserCreateTest.php |
Tests user creation and display from the administration interface. |
| UserDataTest |
class |
core/modules/user/tests/src/Kernel/Views/UserDataTest.php |
Tests the user data service field handler. |
| UserDataTest.php |
file |
core/modules/user/tests/src/Kernel/Views/UserDataTest.php |
|
| UserDataTest::$modules |
property |
core/modules/user/tests/src/Kernel/Views/UserDataTest.php |
Modules to install. |