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
EntityUrlTest::testToUrlLinkTemplateAddForm function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Tests the toUrl() method with the 'revision' link template.
EntityUrlTest::testToUrlLinkTemplateNoId function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Tests the toUrl() method with link templates without an entity ID.
EntityUrlTest::testToUrlLinkTemplateRevision function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Tests the toUrl() method with the 'revision' link template.
EntityUrlTest::testToUrlLinkTemplates function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Tests the toUrl() method with simple link templates.
EntityUrlTest::testToUrlNoId function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Tests the toUrl() method without an entity ID.
EntityUrlTest::testToUrlUriCallback function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Tests the toUrl() method with a URI callback.
EntityUrlTest::testToUrlUriCallbackUndefined function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Tests the toUrl() method with neither link templates nor a URI callback.
EntityUrlTest::testUriRelationships function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Tests the uriRelationships() method.
EntityUuidIdTest class core/tests/Drupal/FunctionalTests/Entity/EntityUuidIdTest.php Tests that an entity with a UUID as ID can be managed.
EntityUuidIdTest.php file core/tests/Drupal/FunctionalTests/Entity/EntityUuidIdTest.php
EntityUuidIdTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Entity/EntityUuidIdTest.php The theme to install as the default for testing.
EntityUuidIdTest::$modules property core/tests/Drupal/FunctionalTests/Entity/EntityUuidIdTest.php Modules to install.
EntityUuidIdTest::setUp function core/tests/Drupal/FunctionalTests/Entity/EntityUuidIdTest.php
EntityUuidIdTest::testUi function core/tests/Drupal/FunctionalTests/Entity/EntityUuidIdTest.php Tests the user interface for the test entity.
EntityUUIDTest class core/tests/Drupal/KernelTests/Core/Entity/EntityUUIDTest.php Tests creation, saving, and loading of entity UUIDs.
EntityUUIDTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityUUIDTest.php
EntityUUIDTest::assertCRUD function core/tests/Drupal/KernelTests/Core/Entity/EntityUUIDTest.php Executes the UUID CRUD tests for the given entity type.
EntityUUIDTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityUUIDTest.php
EntityUUIDTest::testCRUD function core/tests/Drupal/KernelTests/Core/Entity/EntityUUIDTest.php Tests UUID generation in entity CRUD operations.
EntityValidationTest class core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php Tests the Entity Validation API.
EntityValidationTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php
EntityValidationTest::$cachedDiscoveries property core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php An array of plugin managers with clearable cached definitions.
EntityValidationTest::$entityFieldText property core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php Text for the test field on the entity.
EntityValidationTest::$entityName property core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php The name of the entity.
EntityValidationTest::$entityUser property core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php The user for the entity.
EntityValidationTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php Modules to install.
EntityValidationTest::checkValidation function core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php Executes the validation test set for a defined entity type.
EntityValidationTest::createTestEntity function core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php Creates a test entity.
EntityValidationTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php
EntityValidationTest::testCompositeConstraintValidation function core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php Tests composite constraints.
EntityValidationTest::testEntityChangedConstraintOnConcurrentMultilingualEditing function core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php Tests the EntityChangedConstraintValidator with multiple translations.
EntityValidationTest::testValidation function core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php Tests validating test entity types.
EntityViewAlterTest class core/modules/layout_builder/tests/src/Kernel/EntityViewAlterTest.php Tests Entity View Alter.
EntityViewAlterTest.php file core/modules/layout_builder/tests/src/Kernel/EntityViewAlterTest.php
EntityViewAlterTest::$modules property core/modules/layout_builder/tests/src/Kernel/EntityViewAlterTest.php Modules to install.
EntityViewAlterTest::setUp function core/modules/layout_builder/tests/src/Kernel/EntityViewAlterTest.php
EntityViewAlterTest::testContextualLinksRemoved function core/modules/layout_builder/tests/src/Kernel/EntityViewAlterTest.php Tests that contextual links are removed when rendering Layout Builder.
EntityViewBuilderTest class core/tests/Drupal/Tests/Core/Entity/EntityViewBuilderTest.php Tests Drupal\Core\Entity\EntityViewBuilder.
EntityViewBuilderTest class core/tests/Drupal/KernelTests/Core/Entity/EntityViewBuilderTest.php Tests the entity view builder.
EntityViewBuilderTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityViewBuilderTest.php
EntityViewBuilderTest.php file core/tests/Drupal/Tests/Core/Entity/EntityViewBuilderTest.php
EntityViewBuilderTest::$viewBuilder property core/tests/Drupal/Tests/Core/Entity/EntityViewBuilderTest.php The entity view builder under test.
EntityViewBuilderTest::createTestEntity function core/tests/Drupal/KernelTests/Core/Entity/EntityViewBuilderTest.php Creates an entity for testing.
EntityViewBuilderTest::ENTITY_TYPE_ID constant core/tests/Drupal/Tests/Core/Entity/EntityViewBuilderTest.php
EntityViewBuilderTest::setUp function core/tests/Drupal/Tests/Core/Entity/EntityViewBuilderTest.php
EntityViewBuilderTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityViewBuilderTest.php
EntityViewBuilderTest::testBuildComponents function core/tests/Drupal/Tests/Core/Entity/EntityViewBuilderTest.php Tests build components using a mocked Iterator.
EntityViewBuilderTest::testEntityViewBuilderCache function core/tests/Drupal/KernelTests/Core/Entity/EntityViewBuilderTest.php Tests entity render cache handling.
EntityViewBuilderTest::testEntityViewBuilderCacheToggling function core/tests/Drupal/KernelTests/Core/Entity/EntityViewBuilderTest.php Tests entity render cache toggling.
EntityViewBuilderTest::testEntityViewBuilderCacheWithReferences function core/tests/Drupal/KernelTests/Core/Entity/EntityViewBuilderTest.php Tests entity render cache with references.

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