Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 8.9.x for test
  4. Search 10.3.x for test
  5. Search main for test
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Test class core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php Provides test media source.
Test class core/modules/system/tests/modules/test_page_test/src/Controller/Test.php Defines a test controller for page titles.
Test class core/modules/config/tests/config_constant_test/src/Test.php A test class.

All search results

Title Object type File name Summary
UserRegistrationTest::testRegistrationWithUserFields function core/modules/user/tests/src/Functional/UserRegistrationTest.php Tests Field API fields on user registration forms.
UserRegistrationTest::testUniqueFields function core/modules/user/tests/src/Functional/UserRegistrationTest.php Tests username and email field constraints on user registration.
UserRegistrationTest::testUuidFormState function core/modules/user/tests/src/Functional/UserRegistrationTest.php Tests that UUID isn't cached in form state on register form.
UserRememberRolesFilterSettingTest class core/modules/views/tests/src/Functional/Update/UserRememberRolesFilterSettingTest.php Tests the upgrade path for the clean-up of empty remember_roles display settings for views filters.
UserRememberRolesFilterSettingTest.php file core/modules/views/tests/src/Functional/Update/UserRememberRolesFilterSettingTest.php
UserRememberRolesFilterSettingTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/UserRememberRolesFilterSettingTest.php Set database dump files to be used.
UserRememberRolesFilterSettingTest::testViewsPostUpdateBooleanFilterAcceptEmpty function core/modules/views/tests/src/Functional/Update/UserRememberRolesFilterSettingTest.php Test that filter values are updated properly.
UserRequirementsTest class core/modules/user/tests/src/Kernel/UserRequirementsTest.php Tests user_requirements().
UserRequirementsTest class core/modules/user/tests/src/Functional/UserRequirementsTest.php Tests the requirements checks of the User module.
UserRequirementsTest.php file core/modules/user/tests/src/Functional/UserRequirementsTest.php
UserRequirementsTest.php file core/modules/user/tests/src/Kernel/UserRequirementsTest.php
UserRequirementsTest::$defaultTheme property core/modules/user/tests/src/Functional/UserRequirementsTest.php The theme to install as the default for testing.
UserRequirementsTest::$moduleHandler property core/modules/user/tests/src/Kernel/UserRequirementsTest.php Module handler for invoking user requirements.
UserRequirementsTest::$modules property core/modules/user/tests/src/Kernel/UserRequirementsTest.php Modules to install.
UserRequirementsTest::setUp function core/modules/user/tests/src/Kernel/UserRequirementsTest.php
UserRequirementsTest::testAnonymousUser function core/modules/user/tests/src/Functional/UserRequirementsTest.php Tests that the requirements check can detect a missing anonymous user.
UserRequirementsTest::testBlankUserEmails function core/modules/user/tests/src/Kernel/UserRequirementsTest.php Tests that the requirements check does not incorrectly flag blank emails.
UserRequirementsTest::testConflictingUserEmails function core/modules/user/tests/src/Kernel/UserRequirementsTest.php Tests that the requirements check can detect conflicting user emails.
UserRequirementsTest::testTranslatedUserEmail function core/modules/user/tests/src/Kernel/UserRequirementsTest.php Tests that the requirements check does not flag user translations.
UserResourceTestBase class core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php Resource test base for the user entity.
UserResourceTestBase.php file core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php
UserResourceTestBase::$entity property core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php
UserResourceTestBase::$entityTypeId property core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php The tested entity type.
UserResourceTestBase::$firstCreatedEntityId property core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php The entity ID for the first created entity in doTestPost().
UserResourceTestBase::$labelFieldName property core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php Optionally specify which field is the 'label' field.
UserResourceTestBase::$modules property core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php Modules to install.
UserResourceTestBase::$patchProtectedFieldNames property core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php The fields that are protected against modification during PATCH requests.
UserResourceTestBase::$secondCreatedEntityId property core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php The entity ID for the second created entity in doTestPost().
UserResourceTestBase::assertRpcLogin function core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php Verifies that logging in with the given username and password works.
UserResourceTestBase::createAnotherEntity function core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php Creates another entity to be tested.
UserResourceTestBase::createEntity function core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php Creates the entity to be tested.
UserResourceTestBase::getExpectedCacheContexts function core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php The expected cache contexts for the GET/HEAD response of the test entity.
UserResourceTestBase::getExpectedNormalizedEntity function core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php Returns the expected normalization of the entity.
UserResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php Return the expected error message.
UserResourceTestBase::getExpectedUnauthorizedEntityAccessCacheability function core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php The cacheability of unauthorized 'view' entity access.
UserResourceTestBase::getNormalizedPostEntity function core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php Returns the normalized POST entity.
UserResourceTestBase::setUpAuthorization function core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php Sets up the necessary authorization.
UserResourceTestBase::testPatchDxForSecuritySensitiveBaseFields function core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php Tests PATCHing security-sensitive base fields of the logged in account.
UserResourceTestBase::testPatchSecurityOtherUser function core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php Tests PATCHing security-sensitive base fields to change other users.
UserResourceTestBase::userResourceTestBaseSkipTests function core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php Marks some tests as skipped because XML cannot be deserialized.
UserRoleAdminTest class core/modules/user/tests/src/Functional/UserRoleAdminTest.php Tests adding, editing and deleting user roles and changing role weights.
UserRoleAdminTest.php file core/modules/user/tests/src/Functional/UserRoleAdminTest.php
UserRoleAdminTest::$adminUser property core/modules/user/tests/src/Functional/UserRoleAdminTest.php User with admin privileges.
UserRoleAdminTest::$defaultTheme property core/modules/user/tests/src/Functional/UserRoleAdminTest.php The theme to install as the default for testing.
UserRoleAdminTest::$modules property core/modules/user/tests/src/Functional/UserRoleAdminTest.php Modules to install.
UserRoleAdminTest::setUp function core/modules/user/tests/src/Functional/UserRoleAdminTest.php
UserRoleAdminTest::testRoleAdministration function core/modules/user/tests/src/Functional/UserRoleAdminTest.php Tests adding, renaming and deleting roles.
UserRoleAdminTest::testRoleWeightOrdering function core/modules/user/tests/src/Functional/UserRoleAdminTest.php Tests user role weight change operation and ordering.
UserRoleConditionTest class core/modules/user/tests/src/Kernel/Condition/UserRoleConditionTest.php Tests the user role condition.
UserRoleConditionTest.php file core/modules/user/tests/src/Kernel/Condition/UserRoleConditionTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.