Search for test

  1. Search 7.x for test
  2. Search 8.9.x for test
  3. Search 10.3.x for test
  4. Search 11.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
EntityFieldTest::testComputedFields function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Tests all the interaction points of a computed field.
EntityFieldTest::testComputedProperties function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Tests getting processed property values via a computed property.
EntityFieldTest::testDataStructureInterfaces function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Tests working with the entity based upon the TypedData API.
EntityFieldTest::testDataTypes function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Makes sure data types are correctly derived for all entity types.
EntityFieldTest::testEntityConstraintValidation function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Tests validation constraints provided by the Entity API.
EntityFieldTest::testEntityIdAssignment function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Tests explicit entity ID assignment.
EntityFieldTest::testEntityReferenceComputedField function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Tests an entity reference computed field.
EntityFieldTest::testFieldOverrideBundleField function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Tests creating a field override config for a bundle field.
EntityFieldTest::testIntrospection function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Tests introspection and getting metadata upfront.
EntityFieldTest::testIterator function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Tests iterating over properties.
EntityFieldTest::testReadWrite function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Tests reading and writing properties and field items.
EntityFieldTest::testSave function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Tries to save and load an entity again.
EntityFilteringThemeTest class core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php Tests XSS filtering for themed output for each entity type in all themes.
EntityFilteringThemeTest.php file core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php
EntityFilteringThemeTest::$comment property core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php A test comment.
EntityFilteringThemeTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php The theme to install as the default for testing.
EntityFilteringThemeTest::$node property core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php A test node.
EntityFilteringThemeTest::$profile property core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php Use the standard profile.
EntityFilteringThemeTest::$term property core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php A test taxonomy term.
EntityFilteringThemeTest::$themes property core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php A list of all available themes.
EntityFilteringThemeTest::$user property core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php A test user.
EntityFilteringThemeTest::$xssLabel property core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php A string containing markup and JS.
EntityFilteringThemeTest::setUp function core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php
EntityFilteringThemeTest::testThemedEntity function core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php Checks each themed entity for XSS filtering in available themes.
EntityFormBuilderTest class core/tests/Drupal/Tests/Core/Entity/EntityFormBuilderTest.php @coversDefaultClass \Drupal\Core\Entity\EntityFormBuilder[[api-linebreak]]
@group Entity
EntityFormBuilderTest.php file core/tests/Drupal/Tests/Core/Entity/EntityFormBuilderTest.php
EntityFormBuilderTest::$entityFormBuilder property core/tests/Drupal/Tests/Core/Entity/EntityFormBuilderTest.php The entity form builder.
EntityFormBuilderTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Entity/EntityFormBuilderTest.php The entity type manager.
EntityFormBuilderTest::$formBuilder property core/tests/Drupal/Tests/Core/Entity/EntityFormBuilderTest.php The form builder.
EntityFormBuilderTest::setUp function core/tests/Drupal/Tests/Core/Entity/EntityFormBuilderTest.php
EntityFormBuilderTest::testGetForm function core/tests/Drupal/Tests/Core/Entity/EntityFormBuilderTest.php Tests the getForm() method.
EntityFormDisplayAccessControlHandlerTest class core/tests/Drupal/Tests/Core/Entity/Access/EntityFormDisplayAccessControlHandlerTest.php @coversDefaultClass \Drupal\Core\Entity\Entity\Access\EntityFormDisplayAccessControlHandler[[api-linebreak]]
@group Entity
EntityFormDisplayAccessControlHandlerTest.php file core/tests/Drupal/Tests/Core/Entity/Access/EntityFormDisplayAccessControlHandlerTest.php
EntityFormDisplayAccessControlHandlerTest::$accessControlHandler property core/tests/Drupal/Tests/Core/Entity/Access/EntityFormDisplayAccessControlHandlerTest.php The field storage config access controller to test.
EntityFormDisplayAccessControlHandlerTest::$anon property core/tests/Drupal/Tests/Core/Entity/Access/EntityFormDisplayAccessControlHandlerTest.php The mock account without field storage config access.
EntityFormDisplayAccessControlHandlerTest::$entity property core/tests/Drupal/Tests/Core/Entity/Access/EntityFormDisplayAccessControlHandlerTest.php The EntityFormDisplay entity used for testing.
EntityFormDisplayAccessControlHandlerTest::$member property core/tests/Drupal/Tests/Core/Entity/Access/EntityFormDisplayAccessControlHandlerTest.php The mock account with EntityFormDisplay access.
EntityFormDisplayAccessControlHandlerTest::$moduleHandler property core/tests/Drupal/Tests/Core/Entity/Access/EntityFormDisplayAccessControlHandlerTest.php The mock module handler.
EntityFormDisplayAccessControlHandlerTest::$parent_member property core/tests/Drupal/Tests/Core/Entity/Access/EntityFormDisplayAccessControlHandlerTest.php The mock account with EntityFormDisplay access via parent access check.
EntityFormDisplayAccessControlHandlerTest::assertAllowOperations function core/tests/Drupal/Tests/Core/Entity/Access/EntityFormDisplayAccessControlHandlerTest.php Assert method to verify the access by operations.
EntityFormDisplayAccessControlHandlerTest::getEntityTypeManager function core/tests/Drupal/Tests/Core/Entity/Access/EntityFormDisplayAccessControlHandlerTest.php Returns a mock Entity Type Manager.
EntityFormDisplayAccessControlHandlerTest::setUp function core/tests/Drupal/Tests/Core/Entity/Access/EntityFormDisplayAccessControlHandlerTest.php
EntityFormDisplayAccessControlHandlerTest::testAccess function core/tests/Drupal/Tests/Core/Entity/Access/EntityFormDisplayAccessControlHandlerTest.php @covers ::access[[api-linebreak]]
@covers ::checkAccess[[api-linebreak]]
EntityFormDisplayHalJsonAnonTest class core/modules/hal/tests/src/Functional/Core/EntityFormDisplayHalJsonAnonTest.php @group hal
@group legacy
EntityFormDisplayHalJsonAnonTest.php file core/modules/hal/tests/src/Functional/Core/EntityFormDisplayHalJsonAnonTest.php
EntityFormDisplayHalJsonAnonTest::$defaultTheme property core/modules/hal/tests/src/Functional/Core/EntityFormDisplayHalJsonAnonTest.php The theme to install as the default for testing.
EntityFormDisplayHalJsonAnonTest::$format property core/modules/hal/tests/src/Functional/Core/EntityFormDisplayHalJsonAnonTest.php The format to use in this test.
EntityFormDisplayHalJsonAnonTest::$mimeType property core/modules/hal/tests/src/Functional/Core/EntityFormDisplayHalJsonAnonTest.php The MIME type that corresponds to $format.
EntityFormDisplayHalJsonAnonTest::$modules property core/modules/hal/tests/src/Functional/Core/EntityFormDisplayHalJsonAnonTest.php Modules to install.
EntityFormDisplayHalJsonBasicAuthTest class core/modules/hal/tests/src/Functional/Core/EntityFormDisplayHalJsonBasicAuthTest.php @group hal
@group legacy

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