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
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 Tests apply default value.
ConfigEntityAdapterTest::testEntityDeriver function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php Tests entity deriver.
ConfigEntityAdapterTest::testGetIterator function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php Tests get iterator.
ConfigEntityAdapterTest::testGetProperties function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php Tests get properties.
ConfigEntityAdapterTest::testGetString function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php Tests get string.
ConfigEntityAdapterTest::testGetValue function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php Tests get value.
ConfigEntityAdapterTest::testSet function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php Tests set.
ConfigEntityAdapterTest::testValidate function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php Tests validate.
ConfigEntityBaseUnitTest class core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php Tests Drupal\Core\Config\Entity\ConfigEntityBase.
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.
ConfigEntityBaseUnitTest::getMockEntityWithPluginCollection function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php Get a mock entity with a plugin collection.
ConfigEntityBaseUnitTest::PROVIDER constant core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php The provider of the entity type.
ConfigEntityBaseUnitTest::providerCalculateDependenciesWithPluginCollections function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php Data provider for testCalculateDependenciesWithPluginCollections.
ConfigEntityBaseUnitTest::providerOnDependencyRemovalWithPluginCollections function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php Data provider for testOnDependencyRemovalWithPluginCollections.
ConfigEntityBaseUnitTest::providerTestSetAndPreSaveWithPluginCollections function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php
ConfigEntityBaseUnitTest::setUp function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php
ConfigEntityBaseUnitTest::testAddDependency function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php Tests add dependency.
ConfigEntityBaseUnitTest::testCalculateDependencies function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php Tests calculate dependencies.
ConfigEntityBaseUnitTest::testCalculateDependenciesWithPluginCollections function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php Tests calculate dependencies with plugin collections.
ConfigEntityBaseUnitTest::testCalculateDependenciesWithThirdPartySettings function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php Tests calculate dependencies with third party settings.
ConfigEntityBaseUnitTest::testCreateDuplicate function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php Tests create duplicate.
ConfigEntityBaseUnitTest::testDisable function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php Tests disable.
ConfigEntityBaseUnitTest::testEnable function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php Tests enable.
ConfigEntityBaseUnitTest::testGet function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php Tests get.
ConfigEntityBaseUnitTest::testGetOriginalId function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php Tests get original id.
ConfigEntityBaseUnitTest::testIsNew function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php Tests is new.
ConfigEntityBaseUnitTest::testIsSyncing function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php Tests is syncing.
ConfigEntityBaseUnitTest::testOnDependencyRemovalWithPluginCollections function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php Test dependency removal on entities with plugin collections.

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