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
UserEditedOwnAccountTest class core/modules/user/tests/src/Functional/UserEditedOwnAccountTest.php Tests user edited own account can still log in.
UserEditedOwnAccountTest.php file core/modules/user/tests/src/Functional/UserEditedOwnAccountTest.php
UserEditedOwnAccountTest::$defaultTheme property core/modules/user/tests/src/Functional/UserEditedOwnAccountTest.php The theme to install as the default for testing.
UserEditedOwnAccountTest::testUserEditedOwnAccount function core/modules/user/tests/src/Functional/UserEditedOwnAccountTest.php
UserEditTest class core/modules/user/tests/src/Functional/UserEditTest.php Tests user edit page.
UserEditTest.php file core/modules/user/tests/src/Functional/UserEditTest.php
UserEditTest::$defaultTheme property core/modules/user/tests/src/Functional/UserEditTest.php The theme to install as the default for testing.
UserEditTest::testUserChangeSiteLanguage function core/modules/user/tests/src/Functional/UserEditTest.php Tests that a user is able to change site language.
UserEditTest::testUserEdit function core/modules/user/tests/src/Functional/UserEditTest.php Test user edit page.
UserEditTest::testUserWellKnownChangePasswordAnon function core/modules/user/tests/src/Functional/UserEditTest.php Tests well known change password route returns 403 to anonymous user.
UserEditTest::testUserWellKnownChangePasswordAuth function core/modules/user/tests/src/Functional/UserEditTest.php Tests well known change password route redirects to user edit form.
UserEditTest::testUserWith0Password function core/modules/user/tests/src/Functional/UserEditTest.php Tests setting the password to "0".
UserEditTest::testUserWithoutEmailEdit function core/modules/user/tests/src/Functional/UserEditTest.php Tests editing of a user account without an email address.
UserEntityLabelTest class core/modules/user/tests/src/Kernel/UserEntityLabelTest.php Tests the label callback.
UserEntityLabelTest.php file core/modules/user/tests/src/Kernel/UserEntityLabelTest.php
UserEntityLabelTest::$modules property core/modules/user/tests/src/Kernel/UserEntityLabelTest.php Modules to enable.
UserEntityLabelTest::testLabelCallback function core/modules/user/tests/src/Kernel/UserEntityLabelTest.php Tests label callback.
UserEntityReferenceTest class core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php Tests the user reference field functionality.
UserEntityReferenceTest.php file core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php
UserEntityReferenceTest::$role1 property core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php A randomly-generated role for testing purposes.
UserEntityReferenceTest::$role2 property core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php A randomly-generated role for testing purposes.
UserEntityReferenceTest::setUp function core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php
UserEntityReferenceTest::testUserSelectionByRole function core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php Tests user selection by roles.
UserEntityTest class core/modules/user/tests/src/Kernel/UserEntityTest.php Tests the user entity class.
UserEntityTest.php file core/modules/user/tests/src/Kernel/UserEntityTest.php
UserEntityTest::$modules property core/modules/user/tests/src/Kernel/UserEntityTest.php Modules to enable.
UserEntityTest::setUp function core/modules/user/tests/src/Kernel/UserEntityTest.php
UserEntityTest::testUserMethods function core/modules/user/tests/src/Kernel/UserEntityTest.php Tests some of the methods.
UserEntityTest::testUserValidation function core/modules/user/tests/src/Kernel/UserEntityTest.php Tests that all user fields validate properly.
UserEntityTranslationTest class core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserEntityTranslationTest.php Tests D7 user entity translation source plugin.
UserEntityTranslationTest.php file core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserEntityTranslationTest.php
UserEntityTranslationTest::$modules property core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserEntityTranslationTest.php Modules to enable.
UserEntityTranslationTest::providerSource function core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserEntityTranslationTest.php The data provider.
UserFieldsAccessChangeTest class core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php Checks changing entity and field access.
UserFieldsAccessChangeTest.php file core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php
UserFieldsAccessChangeTest::$defaultTheme property core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php The theme to install as the default for testing.
UserFieldsAccessChangeTest::$modules property core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php Modules to enable.
UserFieldsAccessChangeTest::$testViews property core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php Views used by this test.
UserFieldsAccessChangeTest::testUserFieldAccess function core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php Tests if another module can change field access.
UserFieldsAccessChangeTest::testUserNameLink function core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php Tests the user name formatter shows a link to the user when there is
access but not otherwise.
UserFieldsTest class core/modules/user/tests/src/Kernel/UserFieldsTest.php Tests available user fields in twig.
UserFieldsTest.php file core/modules/user/tests/src/Kernel/UserFieldsTest.php
UserFieldsTest::$modules property core/modules/user/tests/src/Kernel/UserFieldsTest.php Modules to enable.
UserFieldsTest::setUp function core/modules/user/tests/src/Kernel/UserFieldsTest.php
UserFieldsTest::testUserFields function core/modules/user/tests/src/Kernel/UserFieldsTest.php Tests account's available fields.
UserHalJsonAnonTest class core/modules/user/tests/src/Functional/Hal/UserHalJsonAnonTest.php @group hal
UserHalJsonAnonTest.php file core/modules/user/tests/src/Functional/Hal/UserHalJsonAnonTest.php
UserHalJsonAnonTest::$defaultTheme property core/modules/user/tests/src/Functional/Hal/UserHalJsonAnonTest.php The theme to install as the default for testing.
UserHalJsonAnonTest::$format property core/modules/user/tests/src/Functional/Hal/UserHalJsonAnonTest.php The format to use in this test.
UserHalJsonAnonTest::$mimeType property core/modules/user/tests/src/Functional/Hal/UserHalJsonAnonTest.php The MIME type that corresponds to $format.

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