You are here

namespace Drupal\Tests\user\Functional\Views in Drupal 9

Same name in other branches
  1. 8 Drupal\Tests\user\Functional\Views
  2. 10 Drupal\Tests\user\Functional\Views
Classsort descending Location Description
AccessRoleTest core/modules/user/tests/src/Functional/Views/AccessRoleTest.php Tests views role access plugin.
AccessTestBase core/modules/user/tests/src/Functional/Views/AccessTestBase.php A common test base class for the user access plugin tests.
BulkFormAccessTest core/modules/user/tests/src/Functional/Views/BulkFormAccessTest.php Tests if entity access is respected on a user bulk form.
BulkFormTest core/modules/user/tests/src/Functional/Views/BulkFormTest.php Tests a user bulk form.
FilterPermissionUiTest core/modules/user/tests/src/Functional/Views/FilterPermissionUiTest.php Tests the permission field handler ui.
HandlerFieldRoleTest core/modules/user/tests/src/Functional/Views/HandlerFieldRoleTest.php Tests the handler of the user: role field.
HandlerFieldUserNameTest core/modules/user/tests/src/Functional/Views/HandlerFieldUserNameTest.php Tests the handler of the user: name field.
HandlerFilterUserNameTest core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php Tests the handler of the user: name filter.
RolesRidArgumentTest core/modules/user/tests/src/Functional/Views/RolesRidArgumentTest.php Tests the handler of the user: roles argument.
UserChangedTest core/modules/user/tests/src/Functional/Views/UserChangedTest.php Tests the changed field.
UserFieldsAccessChangeTest core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php Checks changing entity and field access.
UserTestBase core/modules/user/tests/src/Functional/Views/UserTestBase.php @todo.