Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 10.3.x for test
  4. Search 11.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.

All search results

Title Object type File name Summary
UserTest::testCollectionContainsAnonymousUser function core/modules/jsonapi/tests/src/Functional/UserTest.php Tests that the collection contains the anonymous user.
UserTest::testCollectionFilterAccess function core/modules/jsonapi/tests/src/Functional/UserTest.php
UserTest::testGetMailFieldOnlyVisibleToOwner function core/modules/jsonapi/tests/src/Functional/UserTest.php Tests GETting privacy-sensitive base fields.
UserTest::testPatchDxForSecuritySensitiveBaseFields function core/modules/jsonapi/tests/src/Functional/UserTest.php Tests PATCHing security-sensitive base fields of the logged in account.
UserTest::testPatchSecurityOtherUser function core/modules/jsonapi/tests/src/Functional/UserTest.php Tests PATCHing security-sensitive base fields to change other users.
UserTest::testQueryInvolvingRoles function core/modules/jsonapi/tests/src/Functional/UserTest.php Test good error DX when trying to filter users by role.
UserTest::testResaveAccountName function core/modules/jsonapi/tests/src/Functional/UserTest.php Tests users with altered display names.
UserTest::testUserGetRoles function core/modules/user/tests/src/Unit/Plugin/Core/Entity/UserTest.php Tests the method getRoles exclude or include locked roles based in param.
UserTestBase class core/modules/user/tests/src/Functional/Views/UserTestBase.php @todo.
UserTestBase.php file core/modules/user/tests/src/Functional/Views/UserTestBase.php
UserTestBase::$modules property core/modules/user/tests/src/Functional/Views/UserTestBase.php Modules to enable.
UserTestBase::$nodes property core/modules/user/tests/src/Functional/Views/UserTestBase.php Nodes to use during this test.
UserTestBase::$users property core/modules/user/tests/src/Functional/Views/UserTestBase.php Users to use during this test.
UserTestBase::setUp function core/modules/user/tests/src/Functional/Views/UserTestBase.php
UserTimeZoneTest class core/modules/user/tests/src/Functional/UserTimeZoneTest.php Set a user time zone and verify that dates are displayed in local time.
UserTimeZoneTest.php file core/modules/user/tests/src/Functional/UserTimeZoneTest.php
UserTimeZoneTest::$defaultTheme property core/modules/user/tests/src/Functional/UserTimeZoneTest.php The theme to install as the default for testing.
UserTimeZoneTest::$modules property core/modules/user/tests/src/Functional/UserTimeZoneTest.php Modules to enable.
UserTimeZoneTest::testUserTimeZone function core/modules/user/tests/src/Functional/UserTimeZoneTest.php Tests the display of dates and time when user-configurable time zones are set.
UserTokenReplaceTest class core/modules/user/tests/src/Functional/UserTokenReplaceTest.php Generates text using placeholders for dummy content to check user token
replacement.
UserTokenReplaceTest.php file core/modules/user/tests/src/Functional/UserTokenReplaceTest.php
UserTokenReplaceTest::$defaultTheme property core/modules/user/tests/src/Functional/UserTokenReplaceTest.php The theme to install as the default for testing.
UserTokenReplaceTest::$modules property core/modules/user/tests/src/Functional/UserTokenReplaceTest.php Modules to enable.
UserTokenReplaceTest::setUp function core/modules/user/tests/src/Functional/UserTokenReplaceTest.php
UserTokenReplaceTest::testUserTokenReplacement function core/modules/user/tests/src/Functional/UserTokenReplaceTest.php Creates a user, then tests the tokens generated from it.
UserTranslationUITest class core/modules/user/tests/src/Functional/UserTranslationUITest.php Tests the User Translation UI.
UserTranslationUITest.php file core/modules/user/tests/src/Functional/UserTranslationUITest.php
UserTranslationUITest::$defaultTheme property core/modules/user/tests/src/Functional/UserTranslationUITest.php The theme to install as the default for testing.
UserTranslationUITest::$modules property core/modules/user/tests/src/Functional/UserTranslationUITest.php Modules to enable.
UserTranslationUITest::$name property core/modules/user/tests/src/Functional/UserTranslationUITest.php The user name of the test user.
UserTranslationUITest::doTestTranslationEdit function core/modules/user/tests/src/Functional/UserTranslationUITest.php Tests edit content translation.
UserTranslationUITest::getNewEntityValues function core/modules/user/tests/src/Functional/UserTranslationUITest.php Returns an array of entity field values to be tested.
UserTranslationUITest::getTranslatorPermissions function core/modules/user/tests/src/Functional/UserTranslationUITest.php Returns an array of permissions needed for the translator.
UserTranslationUITest::setUp function core/modules/user/tests/src/Functional/UserTranslationUITest.php
UserTranslationUITest::testTranslatedUserDeletion function core/modules/user/tests/src/Functional/UserTranslationUITest.php Test translated user deletion.
UserUpdateEmailToken::testEmailToken function core/modules/user/tests/src/Functional/Update/UserUpdateEmailToken.php Tests that email token in status_blocked of user.mail is updated.
UserUpdateOrderPermissionsTest class core/modules/user/tests/src/Functional/Update/UserUpdateOrderPermissionsTest.php Tests user permissions sort upgrade path.
UserUpdateOrderPermissionsTest.php file core/modules/user/tests/src/Functional/Update/UserUpdateOrderPermissionsTest.php
UserUpdateOrderPermissionsTest::setDatabaseDumpFiles function core/modules/user/tests/src/Functional/Update/UserUpdateOrderPermissionsTest.php Set database dump files to be used.
UserUpdateOrderPermissionsTest::testPermissionsOrder function core/modules/user/tests/src/Functional/Update/UserUpdateOrderPermissionsTest.php Tests that permissions are ordered by machine name.
UserValidationTest class core/modules/user/tests/src/Kernel/UserValidationTest.php Verify that user validity checks behave as designed.
UserValidationTest.php file core/modules/user/tests/src/Kernel/UserValidationTest.php
UserValidationTest::$modules property core/modules/user/tests/src/Kernel/UserValidationTest.php Modules to enable.
UserValidationTest::assertAllowedValuesViolation function core/modules/user/tests/src/Kernel/UserValidationTest.php Verifies that a AllowedValues violation exists for the given field.
UserValidationTest::assertLengthViolation function core/modules/user/tests/src/Kernel/UserValidationTest.php Verifies that a length violation exists for the given field.
UserValidationTest::setUp function core/modules/user/tests/src/Kernel/UserValidationTest.php
UserValidationTest::testUsernames function core/modules/user/tests/src/Kernel/UserValidationTest.php Tests user name validation.
UserValidationTest::testValidation function core/modules/user/tests/src/Kernel/UserValidationTest.php Runs entity validation checks.
UserViewsFieldAccessTest class core/modules/user/tests/src/Kernel/Views/UserViewsFieldAccessTest.php Tests base field access in Views for the user entity.
UserViewsFieldAccessTest.php file core/modules/user/tests/src/Kernel/Views/UserViewsFieldAccessTest.php

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