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 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
EntityContextDefinitionIsSatisfiedTest::$entityTypeBundleInfo property core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php The entity type bundle info.
EntityContextDefinitionIsSatisfiedTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php The entity type manager.
EntityContextDefinitionIsSatisfiedTest::assertRequirementIsSatisfied function core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php Asserts that the requirement is satisfied as expected.
EntityContextDefinitionIsSatisfiedTest::providerTestIsSatisfiedBy function core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php Provides test data for ::testIsSatisfiedBy().
EntityContextDefinitionIsSatisfiedTest::providerTestIsSatisfiedByGenerateBundledEntity function core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php Provides test data for ::testIsSatisfiedByGenerateBundledEntity().
EntityContextDefinitionIsSatisfiedTest::providerTestIsSatisfiedByPassBundledEntity function core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php Provides test data for ::testIsSatisfiedByPassBundledEntity().
EntityContextDefinitionIsSatisfiedTest::setUp function core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php
EntityContextDefinitionIsSatisfiedTest::testIsSatisfiedBy function core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php @covers ::isSatisfiedBy[[api-linebreak]]
@covers ::dataTypeMatches[[api-linebreak]]
@covers ::getSampleValues[[api-linebreak]]
@covers ::getConstraintObjects[[api-linebreak]]
EntityContextDefinitionIsSatisfiedTest::testIsSatisfiedByGenerateBundledEntity function core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php @covers ::isSatisfiedBy[[api-linebreak]]
@covers ::dataTypeMatches[[api-linebreak]]
@covers ::getSampleValues[[api-linebreak]]
@covers ::getConstraintObjects[[api-linebreak]]
EntityContextDefinitionIsSatisfiedTest::testIsSatisfiedByPassBundledEntity function core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php @covers ::isSatisfiedBy[[api-linebreak]]
@covers ::dataTypeMatches[[api-linebreak]]
@covers ::getSampleValues[[api-linebreak]]
@covers ::getConstraintObjects[[api-linebreak]]
EntityContextTypedDataTest class core/tests/Drupal/KernelTests/Core/Plugin/EntityContextTypedDataTest.php Tests the interaction between entity context and typed data.
EntityContextTypedDataTest.php file core/tests/Drupal/KernelTests/Core/Plugin/EntityContextTypedDataTest.php
EntityContextTypedDataTest::$modules property core/tests/Drupal/KernelTests/Core/Plugin/EntityContextTypedDataTest.php
EntityContextTypedDataTest::testValidateConfigEntityContext function core/tests/Drupal/KernelTests/Core/Plugin/EntityContextTypedDataTest.php Tests that entity contexts wrapping a config entity can be validated.
EntityConverterLatestRevisionTest class core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php Tests the entity converter when the "load_latest_revision" flag is set.
EntityConverterLatestRevisionTest.php file core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php
EntityConverterLatestRevisionTest::$converter property core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php The entity converter service.
EntityConverterLatestRevisionTest::$modules property core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php
EntityConverterLatestRevisionTest::setUp function core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php
EntityConverterLatestRevisionTest::testConvertNonRevisionableEntityType function core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php Tests the latest revision flag and non-revisionable entities.
EntityConverterLatestRevisionTest::testEntityNoPendingRevision function core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php Tests with no pending revision.
EntityConverterLatestRevisionTest::testEntityWithPendingRevision function core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php Tests with a pending revision.
EntityConverterLatestRevisionTest::testNoEntity function core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php Tests with no matching entity.
EntityConverterLatestRevisionTest::testOptimizedConvert function core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php Tests that pending revisions are loaded only when needed.
EntityConverterLatestRevisionTest::testRouteParamWithBundleDefinition function core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php Tests an entity route parameter having 'bundle' definition property.
EntityConverterLatestRevisionTest::testWithTranslatedPendingRevision function core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php Tests with a translated pending revision.
EntityConverterTest class core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterTest.php Tests the entity param converter.
EntityConverterTest class core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php @coversDefaultClass \Drupal\Core\ParamConverter\EntityConverter[[api-linebreak]]
@group ParamConverter
@group Entity
EntityConverterTest.php file core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php
EntityConverterTest.php file core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterTest.php
EntityConverterTest::$entityConverter property core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php The tested entity converter.
EntityConverterTest::$entityRepository property core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php The mocked entities repository.
EntityConverterTest::$entityTypeManager property core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php The mocked entity type manager.
EntityConverterTest::$modules property core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterTest.php
EntityConverterTest::providerTestApplies function core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php Provides test data for testApplies()
EntityConverterTest::providerTestConvert function core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php Provides test data for testConvert.
EntityConverterTest::setUp function core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php
EntityConverterTest::setUp function core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterTest.php
EntityConverterTest::setUpMocks function core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php Sets up mock services and class instances.
EntityConverterTest::testApplies function core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php Tests the applies() method.
EntityConverterTest::testConvert function core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php Tests the convert() method.
EntityConverterTest::testConvertWithInvalidDynamicEntityType function core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php Tests the convert() method with an invalid dynamic entity type.
EntityConverterTest::testConvertWithInvalidEntityType function core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php Tests the convert() method with an invalid entity type.
EntityConverterTest::testRouteParamWithBundleDefinition function core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterTest.php Tests an entity route parameter having 'bundle' definition property.
EntityCreateAccessCheckTest class core/tests/Drupal/Tests/Core/Entity/EntityCreateAccessCheckTest.php @coversDefaultClass \Drupal\Core\Entity\EntityCreateAccessCheck[[api-linebreak]]
EntityCreateAccessCheckTest.php file core/tests/Drupal/Tests/Core/Entity/EntityCreateAccessCheckTest.php
EntityCreateAccessCheckTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Entity/EntityCreateAccessCheckTest.php The mocked entity type manager.
EntityCreateAccessCheckTest::providerTestAccess function core/tests/Drupal/Tests/Core/Entity/EntityCreateAccessCheckTest.php Provides test data for testAccess.
EntityCreateAccessCheckTest::setUp function core/tests/Drupal/Tests/Core/Entity/EntityCreateAccessCheckTest.php
EntityCreateAccessCheckTest::testAccess function core/tests/Drupal/Tests/Core/Entity/EntityCreateAccessCheckTest.php Tests the method for checking access to routes.

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