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. 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
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 Test user name link.
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 install.
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.
UserFieldValueTest class core/modules/user/tests/src/Kernel/UserFieldValueTest.php Tests fast scalar field access on the user entity.
UserFieldValueTest.php file core/modules/user/tests/src/Kernel/UserFieldValueTest.php
UserFieldValueTest::$modules property core/modules/user/tests/src/Kernel/UserFieldValueTest.php Modules to install.
UserFieldValueTest::createUserEntity function core/modules/user/tests/src/Kernel/UserFieldValueTest.php Creates and saves a user entity for field-value tests.
UserFieldValueTest::setUp function core/modules/user/tests/src/Kernel/UserFieldValueTest.php
UserFieldValueTest::testFastPathFallsBackToInitializedFieldObjects function core/modules/user/tests/src/Kernel/UserFieldValueTest.php Tests that the fast path falls back to initialized field objects.
UserFieldValueTest::testFastPathHandlesMissingRawValues function core/modules/user/tests/src/Kernel/UserFieldValueTest.php Tests that missing raw values still match the regular field API.
UserFieldValueTest::testFastPathMatchesTypedDataOnLoadedEntity function core/modules/user/tests/src/Kernel/UserFieldValueTest.php Tests that fast scalar access matches typed data without field init.
UserFieldValueTest::testMemoryProfile function core/modules/user/tests/src/Kernel/UserFieldValueTest.php Profiles memory usage of getFieldValue() vs typed data field access.
UserFormTestHooks class core/modules/user/tests/modules/user_form_test/src/Hook/UserFormTestHooks.php Hook implementations for user_form_test.
UserFormTestHooks.php file core/modules/user/tests/modules/user_form_test/src/Hook/UserFormTestHooks.php
UserFormTestHooks::entityBaseFieldInfoAlter function core/modules/user/tests/modules/user_form_test/src/Hook/UserFormTestHooks.php Implements hook_entity_base_field_info_alter().
UserFormTestHooks::formUserCancelFormAlter function core/modules/user/tests/modules/user_form_test/src/Hook/UserFormTestHooks.php Implements hook_form_FORM_ID_alter() for user_cancel_form().
UserHelpersTest class core/tests/Drupal/FunctionalTests/UserHelpersTest.php Tests User related helper methods of BrowserTestBase.
UserHelpersTest.php file core/tests/Drupal/FunctionalTests/UserHelpersTest.php
UserHelpersTest::$defaultTheme property core/tests/Drupal/FunctionalTests/UserHelpersTest.php The theme to install as the default for testing.
UserHelpersTest::testDrupalUserIsLoggedIn function core/tests/Drupal/FunctionalTests/UserHelpersTest.php Tests BrowserTestBase::drupalUserIsLoggedIn().
UserHooksTest class core/modules/user/tests/modules/user_hooks_test/src/Hook/UserHooksTest.php Contains hook implementations.
UserHooksTest.php file core/modules/user/tests/modules/user_hooks_test/src/Hook/UserHooksTest.php
UserHooksTest::userFormatNameAlter function core/modules/user/tests/modules/user_hooks_test/src/Hook/UserHooksTest.php Alters the username.
UserInstallTest class core/modules/user/tests/src/Kernel/UserInstallTest.php Tests user_install().
UserInstallTest.php file core/modules/user/tests/src/Kernel/UserInstallTest.php
UserInstallTest::$modules property core/modules/user/tests/src/Kernel/UserInstallTest.php Modules to install.
UserInstallTest::setUp function core/modules/user/tests/src/Kernel/UserInstallTest.php
UserInstallTest::testUserInstall function core/modules/user/tests/src/Kernel/UserInstallTest.php Tests that the initial users have correct values.
UserJsonAnonTest class core/modules/user/tests/src/Functional/Rest/UserJsonAnonTest.php Tests User Json Anon.
UserJsonAnonTest.php file core/modules/user/tests/src/Functional/Rest/UserJsonAnonTest.php
UserJsonAnonTest::$defaultTheme property core/modules/user/tests/src/Functional/Rest/UserJsonAnonTest.php The theme to install as the default for testing.
UserJsonAnonTest::$format property core/modules/user/tests/src/Functional/Rest/UserJsonAnonTest.php The format to use in this test.
UserJsonAnonTest::$mimeType property core/modules/user/tests/src/Functional/Rest/UserJsonAnonTest.php The MIME type that corresponds to $format.
UserJsonBasicAuthDecoratedTest class core/modules/user/tests/src/Functional/Rest/UserJsonBasicAuthDecoratedTest.php Run UserJsonBasicAuthTest with a user.auth decorator.
UserJsonBasicAuthDecoratedTest.php file core/modules/user/tests/src/Functional/Rest/UserJsonBasicAuthDecoratedTest.php
UserJsonBasicAuthDecoratedTest::$modules property core/modules/user/tests/src/Functional/Rest/UserJsonBasicAuthDecoratedTest.php Modules to install.
UserJsonBasicAuthDecoratedTest::testServiceDecorated function core/modules/user/tests/src/Functional/Rest/UserJsonBasicAuthDecoratedTest.php Test that the UserAuthDecorator is providing user.auth.
UserJsonBasicAuthTest class core/modules/user/tests/src/Functional/Rest/UserJsonBasicAuthTest.php Tests User Json Basic Auth.
UserJsonBasicAuthTest.php file core/modules/user/tests/src/Functional/Rest/UserJsonBasicAuthTest.php
UserJsonBasicAuthTest::$auth property core/modules/user/tests/src/Functional/Rest/UserJsonBasicAuthTest.php The authentication mechanism to use in this test.
UserJsonBasicAuthTest::$defaultTheme property core/modules/user/tests/src/Functional/Rest/UserJsonBasicAuthTest.php The theme to install as the default for testing.
UserJsonBasicAuthTest::$format property core/modules/user/tests/src/Functional/Rest/UserJsonBasicAuthTest.php The format to use in this test.
UserJsonBasicAuthTest::$mimeType property core/modules/user/tests/src/Functional/Rest/UserJsonBasicAuthTest.php The MIME type that corresponds to $format.
UserJsonBasicAuthTest::$modules property core/modules/user/tests/src/Functional/Rest/UserJsonBasicAuthTest.php Modules to install.
UserJsonCookieTest class core/modules/user/tests/src/Functional/Rest/UserJsonCookieTest.php Tests User Json Cookie.
UserJsonCookieTest.php file core/modules/user/tests/src/Functional/Rest/UserJsonCookieTest.php

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