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
ConfigDependencyTest::testConfigEntityUninstall function core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php Tests ConfigManager::uninstall() and config entity dependency management.
ConfigDependencyTest::testConfigEntityUninstallComplex function core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php Tests complex configuration entity dependency handling during uninstall.
ConfigDependencyTest::testConfigEntityUninstallThirdParty function core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php @covers ::uninstall[[api-linebreak]]
@covers ::getConfigEntitiesToChangeOnDependencyRemoval[[api-linebreak]]
ConfigDependencyTest::testContentEntityDelete function core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php Tests getConfigEntitiesToChangeOnDependencyRemoval() with content entities.
ConfigDependencyTest::testDependencyManagement function core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php Tests creating dependencies on configuration entities.
ConfigDependencyTest::testDependencyOrder function core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php Tests that config dependency ordering.
ConfigDependencyTest::testNonEntity function core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php Tests that calculating dependencies for system module.
ConfigDependencyWebTest class core/modules/config/tests/src/Functional/ConfigDependencyWebTest.php Tests configuration entities.
ConfigDependencyWebTest.php file core/modules/config/tests/src/Functional/ConfigDependencyWebTest.php
ConfigDependencyWebTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigDependencyWebTest.php The theme to install as the default for testing.
ConfigDependencyWebTest::$modules property core/modules/config/tests/src/Functional/ConfigDependencyWebTest.php Modules to install.
ConfigDependencyWebTest::MAX_ID_LENGTH constant core/modules/config/tests/src/Functional/ConfigDependencyWebTest.php The maximum length for the entity storage used in this test.
ConfigDependencyWebTest::testConfigDependencyDeleteFormTrait function core/modules/config/tests/src/Functional/ConfigDependencyWebTest.php Tests ConfigDependencyDeleteFormTrait.
ConfigDiffTest class core/tests/Drupal/KernelTests/Core/Config/ConfigDiffTest.php Calculating the difference between two sets of configuration.
ConfigDiffTest.php file core/tests/Drupal/KernelTests/Core/Config/ConfigDiffTest.php
ConfigDiffTest::$modules property core/tests/Drupal/KernelTests/Core/Config/ConfigDiffTest.php Modules to install.
ConfigDiffTest::assertYamlEdit function core/tests/Drupal/KernelTests/Core/Config/ConfigDiffTest.php Helper method to test that an edit is found in the diff of two storages.
ConfigDiffTest::testCollectionDiff function core/tests/Drupal/KernelTests/Core/Config/ConfigDiffTest.php Tests calculating the difference between two sets of config collections.
ConfigDiffTest::testDiff function core/tests/Drupal/KernelTests/Core/Config/ConfigDiffTest.php Tests calculating the difference between two sets of configuration.
ConfigDraggableListBuilderTest class core/modules/config/tests/src/Functional/ConfigDraggableListBuilderTest.php Tests draggable list builder.
ConfigDraggableListBuilderTest.php file core/modules/config/tests/src/Functional/ConfigDraggableListBuilderTest.php
ConfigDraggableListBuilderTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigDraggableListBuilderTest.php The theme to install as the default for testing.
ConfigDraggableListBuilderTest::$modules property core/modules/config/tests/src/Functional/ConfigDraggableListBuilderTest.php Modules to install.
ConfigDraggableListBuilderTest::testDraggableList function core/modules/config/tests/src/Functional/ConfigDraggableListBuilderTest.php Tests draggable lists.
ConfigEntityAdapterTest class core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php Tests entity adapter for configuration entities.
ConfigEntityAdapterTest.php file core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php
ConfigEntityAdapterTest::$entity property core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php The config entity.
ConfigEntityAdapterTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php Modules to install.
ConfigEntityAdapterTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php
ConfigEntityAdapterTest::testApplyDefaultValue function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php @covers ::applyDefaultValue[[api-linebreak]]
ConfigEntityAdapterTest::testEntityDeriver function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php @covers \Drupal\Core\Entity\Plugin\DataType\Deriver\EntityDeriver::getDerivativeDefinitions[[api-linebreak]]
ConfigEntityAdapterTest::testGetIterator function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php @covers ::getIterator[[api-linebreak]]
ConfigEntityAdapterTest::testGetProperties function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php @covers ::getProperties[[api-linebreak]]
ConfigEntityAdapterTest::testGetString function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php @covers ::getString[[api-linebreak]]
ConfigEntityAdapterTest::testGetValue function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php @covers ::getValue[[api-linebreak]]
ConfigEntityAdapterTest::testSet function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php @covers ::set[[api-linebreak]]
ConfigEntityAdapterTest::testValidate function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php @covers ::validate[[api-linebreak]]
ConfigEntityBaseUnitTest class core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php @coversDefaultClass \Drupal\Core\Config\Entity\ConfigEntityBase[[api-linebreak]]
@group Config
ConfigEntityBaseUnitTest.php file core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php
ConfigEntityBaseUnitTest::$cacheTagsInvalidator property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php The mocked cache backend.
ConfigEntityBaseUnitTest::$entity property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php The entity under test.
ConfigEntityBaseUnitTest::$entityType property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php The entity type used for testing.
ConfigEntityBaseUnitTest::$entityTypeId property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php The ID of the type of the entity under test.
ConfigEntityBaseUnitTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php The entity type manager used for testing.
ConfigEntityBaseUnitTest::$id property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php The entity ID.
ConfigEntityBaseUnitTest::$languageManager property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php The language manager.
ConfigEntityBaseUnitTest::$moduleHandler property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php The module handler.
ConfigEntityBaseUnitTest::$themeHandler property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php The theme handler.
ConfigEntityBaseUnitTest::$typedConfigManager property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php The mocked typed config manager.
ConfigEntityBaseUnitTest::$uuid property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php The UUID generator used for testing.

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