Classes, traits, and interfaces

Primary tabs

Name Type Namespace Location Description Direct uses Use statementssort descending Strings
UserPermissionsTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserPermissionsTest.php
UserValidationTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserValidationTest.php
UserValidateCurrentPassCustomFormTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserValidateCurrentPassCustomFormTest.php Tests user_validate_current_pass on a custom form.
UserEditedOwnAccountTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserEditedOwnAccountTest.php
UserTranslationUITest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserTranslationUITest.php Tests the User Translation UI.
TempStoreDatabaseTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/TempStoreDatabaseTest.php Tests the TempStore namespace.
UserEntityCallbacksTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserEntityCallbacksTest.php Test user entity callbacks.
UserBlocksTests class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserBlocksTests.php Test user blocks.
UserLanguageCreationTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserLanguageCreationTest.php Functional test for language handling during user creation.
UserLanguageTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserLanguageTest.php Functional tests for a user's ability to change their default language.
UserAdminTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserAdminTest.php
UserRolesAssignmentTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserRolesAssignmentTest.php Test role assignment.
UserRoleAdminTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserRoleAdminTest.php Test case to test adding, editing and deleting roles.
UserTokenReplaceTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserTokenReplaceTest.php Test user token replacement in strings.
UserSignatureTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserSignatureTest.php Test case for user signatures.
UserCancelTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserCancelTest.php Test cancelling a user.
UserEditTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserEditTest.php Tests the user edit form.
UserDeleteTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserDeleteTest.php Tests user_delete() and user_delete_multiple() behavior.
UserSaveTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserSaveTest.php Tests \Drupal\user\UserStorageController::save() behavior.
UserLoginTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserLoginTest.php Functional tests for user logins, including rate limiting of login attempts.
UserRegistrationTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserRegistrationTest.php
UserPasswordResetTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserPasswordResetTest.php Tests resetting a user password.
UserAuthmapAssignmentTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserAuthmapAssignmentTest.php Unit test for authmap assignment.
UserAdminSettingsFormTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserAdminSettingsFormTest.php
UserAccountLinksTests class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserAccountLinksTests.php Tests user links in the secondary menu.
UserSearchTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserSearchTest.php Test user search.
UserCreateTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserCreateTest.php Test the create user administration page.
UserTimeZoneTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserTimeZoneTest.php Tests for user-configurable time zones.
PollDeleteChoiceTest class Drupal\poll\Tests drupal/core/modules/poll/lib/Drupal/poll/Tests/PollDeleteChoiceTest.php Tests the removal of poll choices.
PollCreateTest class Drupal\poll\Tests drupal/core/modules/poll/lib/Drupal/poll/Tests/PollCreateTest.php Tests creating a poll.
PollJsAddChoiceTest class Drupal\poll\Tests drupal/core/modules/poll/lib/Drupal/poll/Tests/PollJsAddChoiceTest.php Tests adding new choices to a poll.
PollBlockTest class Drupal\poll\Tests drupal/core/modules/poll/lib/Drupal/poll/Tests/PollBlockTest.php Tests the recent poll block.
PollTokenReplaceTest class Drupal\poll\Tests drupal/core/modules/poll/lib/Drupal/poll/Tests/PollTokenReplaceTest.php Tests poll token replacements in strings.
PollVoteCheckHostnameTest class Drupal\poll\Tests drupal/core/modules/poll/lib/Drupal/poll/Tests/PollVoteCheckHostnameTest.php
PollTestBase abstract class Drupal\poll\Tests drupal/core/modules/poll/lib/Drupal/poll/Tests/PollTestBase.php Defines a base class for testing the Poll module. 8
PollTranslateTest class Drupal\poll\Tests drupal/core/modules/poll/lib/Drupal/poll/Tests/PollTranslateTest.php Tests poll translation logic.
PollVoteTest class Drupal\poll\Tests drupal/core/modules/poll/lib/Drupal/poll/Tests/PollVoteTest.php Tests voting on a poll.
PollExpirationTest class Drupal\poll\Tests drupal/core/modules/poll/lib/Drupal/poll/Tests/PollExpirationTest.php Tests the expiration of polls.
ImageDimensionsTest class Drupal\image\Tests drupal/core/modules/image/lib/Drupal/image/Tests/ImageDimensionsTest.php Tests that images have correct dimensions when styled.
ImageStylesPathAndUrlTest class Drupal\image\Tests drupal/core/modules/image/lib/Drupal/image/Tests/ImageStylesPathAndUrlTest.php Tests the functions for generating paths and URLs for image styles.
ImageFieldDefaultImagesTest class Drupal\image\Tests drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDefaultImagesTest.php Tests default image settings.
ImageThemeFunctionTest class Drupal\image\Tests drupal/core/modules/image/lib/Drupal/image/Tests/ImageThemeFunctionTest.php Tests image theme functions.
ImageFieldDisplayTest class Drupal\image\Tests drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDisplayTest.php Test class to check that formatters and display settings are working.
ImageDimensionsScaleUnitTest class Drupal\image\Tests drupal/core/modules/image/lib/Drupal/image/Tests/ImageDimensionsScaleUnitTest.php Tests image_dimensions_scale().
ImageEffectsTest class Drupal\image\Tests drupal/core/modules/image/lib/Drupal/image/Tests/ImageEffectsTest.php Use the image_test.module's mock toolkit to ensure that the effects are properly passing parameters to the image toolkit.
ImageAdminStylesTest class Drupal\image\Tests drupal/core/modules/image/lib/Drupal/image/Tests/ImageAdminStylesTest.php Tests creation, deletion, and editing of image styles and effects.
ImageFieldValidateTest class Drupal\image\Tests drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldValidateTest.php Test class to check for various validations.
ThemeTest class Drupal\taxonomy\Tests drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/ThemeTest.php Tests for verifying that taxonomy pages use the correct theme.
TermTest class Drupal\taxonomy\Tests drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php Tests for taxonomy term functions.
HooksTest class Drupal\taxonomy\Tests drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/HooksTest.php Tests for taxonomy hook invocation.

Pages

Other projects