| UserRoleEntityTest::testPermissionRevokeAndConfigSync |
function |
core/modules/user/tests/src/Kernel/UserRoleEntityTest.php |
Tests permission revocation during a configuration synchronization. |
| UserRolesAccessPolicyTest |
class |
core/tests/Drupal/Tests/Core/Session/UserRolesAccessPolicyTest.php |
Tests Drupal\Core\Session\UserRolesAccessPolicy. |
| UserRolesAccessPolicyTest.php |
file |
core/tests/Drupal/Tests/Core/Session/UserRolesAccessPolicyTest.php |
|
| UserRolesAccessPolicyTest::$accessPolicy |
property |
core/tests/Drupal/Tests/Core/Session/UserRolesAccessPolicyTest.php |
The access policy to test. |
| UserRolesAccessPolicyTest::$entityTypeManager |
property |
core/tests/Drupal/Tests/Core/Session/UserRolesAccessPolicyTest.php |
The mocked entity type manager service. |
| UserRolesAccessPolicyTest::calculatePermissionsProvider |
function |
core/tests/Drupal/Tests/Core/Session/UserRolesAccessPolicyTest.php |
Data provider for testCalculatePermissions. |
| UserRolesAccessPolicyTest::setUp |
function |
core/tests/Drupal/Tests/Core/Session/UserRolesAccessPolicyTest.php |
|
| UserRolesAccessPolicyTest::testAlterPermissions |
function |
core/tests/Drupal/Tests/Core/Session/UserRolesAccessPolicyTest.php |
Tests the alterPermissions method. |
| UserRolesAccessPolicyTest::testApplies |
function |
core/tests/Drupal/Tests/Core/Session/UserRolesAccessPolicyTest.php |
Tests applies. |
| UserRolesAccessPolicyTest::testCalculatePermissions |
function |
core/tests/Drupal/Tests/Core/Session/UserRolesAccessPolicyTest.php |
Tests the calculatePermissions method. |
| UserRolesAccessPolicyTest::testGetPersistentCacheContexts |
function |
core/tests/Drupal/Tests/Core/Session/UserRolesAccessPolicyTest.php |
Tests the getPersistentCacheContexts method. |
| UserRolesAssignmentTest |
class |
core/modules/user/tests/src/Functional/UserRolesAssignmentTest.php |
Tests that users can be assigned and unassigned roles. |
| UserRolesAssignmentTest.php |
file |
core/modules/user/tests/src/Functional/UserRolesAssignmentTest.php |
|
| UserRolesAssignmentTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/UserRolesAssignmentTest.php |
The theme to install as the default for testing. |
| UserRolesAssignmentTest::setUp |
function |
core/modules/user/tests/src/Functional/UserRolesAssignmentTest.php |
|
| UserRolesAssignmentTest::testAssignAndRemoveRole |
function |
core/modules/user/tests/src/Functional/UserRolesAssignmentTest.php |
Test that user can be assigned role and that the role can be removed again. |
| UserRolesAssignmentTest::testCreateUserWithRole |
function |
core/modules/user/tests/src/Functional/UserRolesAssignmentTest.php |
Tests assigning a role at user creation and removing the role. |
| UserRolesAssignmentTest::userLoadAndCheckRoleAssigned |
function |
core/modules/user/tests/src/Functional/UserRolesAssignmentTest.php |
Check role on user object. |
| UserRolesCacheContextTest |
class |
core/tests/Drupal/Tests/Core/Cache/Context/UserRolesCacheContextTest.php |
Tests Drupal\Core\Cache\Context\UserRolesCacheContext. |
| UserRolesCacheContextTest.php |
file |
core/tests/Drupal/Tests/Core/Cache/Context/UserRolesCacheContextTest.php |
|
| UserRolesCacheContextTest::testCalculatedRole |
function |
core/tests/Drupal/Tests/Core/Cache/Context/UserRolesCacheContextTest.php |
Tests calculated role. |
| UserRolesPermissionsTest |
class |
core/tests/Drupal/KernelTests/Core/Session/UserRolesPermissionsTest.php |
Test case for getting permissions from user roles. |
| UserRolesPermissionsTest.php |
file |
core/tests/Drupal/KernelTests/Core/Session/UserRolesPermissionsTest.php |
|
| UserRolesPermissionsTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Session/UserRolesPermissionsTest.php |
Modules to install. |
| UserRolesPermissionsTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Session/UserRolesPermissionsTest.php |
|
| UserRolesPermissionsTest::testPermissionChange |
function |
core/tests/Drupal/KernelTests/Core/Session/UserRolesPermissionsTest.php |
Tests that assigning a role grants that role's permissions. |
| UserRoleTest |
class |
core/modules/user/tests/src/Kernel/Views/UserRoleTest.php |
Tests rendering when the role is numeric. |
| UserRoleTest.php |
file |
core/modules/user/tests/src/Kernel/Views/UserRoleTest.php |
|
| UserRoleTest::testNumericRole |
function |
core/modules/user/tests/src/Kernel/Views/UserRoleTest.php |
Tests numeric role. |
| UserRouteAlterTest |
class |
core/modules/serialization/tests/src/Kernel/UserRouteAlterTest.php |
Tests that the user routes can be altered. |
| UserRouteAlterTest.php |
file |
core/modules/serialization/tests/src/Kernel/UserRouteAlterTest.php |
|
| UserRouteAlterTest::$modules |
property |
core/modules/serialization/tests/src/Kernel/UserRouteAlterTest.php |
Modules to install. |
| UserRouteAlterTest::testUserAlteredRoute |
function |
core/modules/serialization/tests/src/Kernel/UserRouteAlterTest.php |
Tests the altered 'user.login.http' route. |
| UserSaveStatusTest |
class |
core/modules/user/tests/src/Kernel/UserSaveStatusTest.php |
Tests user saving status. |
| UserSaveStatusTest.php |
file |
core/modules/user/tests/src/Kernel/UserSaveStatusTest.php |
|
| UserSaveStatusTest::$modules |
property |
core/modules/user/tests/src/Kernel/UserSaveStatusTest.php |
Modules to install. |
| UserSaveStatusTest::setUp |
function |
core/modules/user/tests/src/Kernel/UserSaveStatusTest.php |
|
| UserSaveStatusTest::testUserSaveStatus |
function |
core/modules/user/tests/src/Kernel/UserSaveStatusTest.php |
Tests SAVED_NEW and SAVED_UPDATED statuses for user entity type. |
| UserSaveTest |
class |
core/modules/user/tests/src/Kernel/UserSaveTest.php |
Tests account saving for arbitrary new uid. |
| UserSaveTest.php |
file |
core/modules/user/tests/src/Kernel/UserSaveTest.php |
|
| UserSaveTest::$modules |
property |
core/modules/user/tests/src/Kernel/UserSaveTest.php |
Modules to install. |
| UserSaveTest::testExistingPasswordRemoval |
function |
core/modules/user/tests/src/Kernel/UserSaveTest.php |
Ensures that an existing password is unset after the user was saved. |
| UserSearchTest |
class |
core/modules/user/tests/src/Functional/UserSearchTest.php |
Verifies that sensitive information is hidden from unauthorized users. |
| UserSearchTest |
class |
core/modules/search/tests/src/Functional/user/UserSearchTest.php |
Verifies that sensitive information is hidden from unauthorized users. |
| UserSearchTest.php |
file |
core/modules/search/tests/src/Functional/user/UserSearchTest.php |
|
| UserSearchTest.php |
file |
core/modules/user/tests/src/Functional/UserSearchTest.php |
|
| UserSearchTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/UserSearchTest.php |
The theme to install as the default for testing. |
| UserSearchTest::$defaultTheme |
property |
core/modules/search/tests/src/Functional/user/UserSearchTest.php |
The theme to install as the default for testing. |
| UserSearchTest::$modules |
property |
core/modules/search/tests/src/Functional/user/UserSearchTest.php |
Modules to install. |
| UserSearchTest::$modules |
property |
core/modules/user/tests/src/Functional/UserSearchTest.php |
Modules to install. |