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
CategorizingPluginManagerTraitTest::testGetSortedDefinitions function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php @covers ::getSortedDefinitions[[api-linebreak]]
CategorizingPluginManagerTraitTest::testProcessDefinitionCategory function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php @covers ::processDefinitionCategory[[api-linebreak]]
CategoryAutocompleteTest class core/modules/block/tests/src/Unit/CategoryAutocompleteTest.php @coversDefaultClass \Drupal\block\Controller\CategoryAutocompleteController[[api-linebreak]]
@group block
CategoryAutocompleteTest.php file core/modules/block/tests/src/Unit/CategoryAutocompleteTest.php
CategoryAutocompleteTest::$autocompleteController property core/modules/block/tests/src/Unit/CategoryAutocompleteTest.php The autocomplete controller.
CategoryAutocompleteTest::providerTestAutocompleteSuggestions function core/modules/block/tests/src/Unit/CategoryAutocompleteTest.php Data provider for testAutocompleteSuggestions().
CategoryAutocompleteTest::setUp function core/modules/block/tests/src/Unit/CategoryAutocompleteTest.php
CategoryAutocompleteTest::testAutocompleteSuggestions function core/modules/block/tests/src/Unit/CategoryAutocompleteTest.php Tests the autocomplete method.
ccc_hook_order_test.info.yml file core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/ccc_hook_order_test.info.yml core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/ccc_hook_order_test.info.yml
ccc_hook_order_test.module file core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/ccc_hook_order_test.module
ccc_hook_order_test_procedural_alter function core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/ccc_hook_order_test.module Implements hook_procedural_alter().
ccc_hook_order_test_procedural_subtype_alter function core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/ccc_hook_order_test.module Implements hook_procedural_subtype_alter().
ccc_hook_order_test_sparse_test_hook function core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/ccc_hook_order_test.module Implements hook_sparse_test_hook().
ccc_hook_order_test_test_hook function core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/ccc_hook_order_test.module Implements hook_test_hook().
ccc_update_test.info.yml file core/modules/update/tests/modules/ccc_update_test/ccc_update_test.info.yml core/modules/update/tests/modules/ccc_update_test/ccc_update_test.info.yml
ChainedFastBackendFactoryTest class core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendFactoryTest.php @coversDefaultClass \Drupal\Core\Cache\ChainedFastBackendFactory[[api-linebreak]]
@group Cache
ChainedFastBackendFactoryTest.php file core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendFactoryTest.php
ChainedFastBackendFactoryTest::testDifferentServices function core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendFactoryTest.php Test if different names are provided for consistent and fast services.
ChainedFastBackendFactoryTest::testIdenticalService function core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendFactoryTest.php Test if the same name is provided for consistent and fast services.
ChainedFastBackendTest class core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php @coversDefaultClass \Drupal\Core\Cache\ChainedFastBackend[[api-linebreak]]
@group Cache
ChainedFastBackendTest class core/tests/Drupal/KernelTests/Core/Cache/ChainedFastBackendTest.php Unit test of the fast chained backend using the generic cache unit test base.
ChainedFastBackendTest.php file core/tests/Drupal/KernelTests/Core/Cache/ChainedFastBackendTest.php
ChainedFastBackendTest.php file core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php
ChainedFastBackendTest::$bin property core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php The cache bin.
ChainedFastBackendTest::$consistentCache property core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php The consistent cache backend.
ChainedFastBackendTest::$fastCache property core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php The fast cache backend.
ChainedFastBackendTest::createCacheBackend function core/tests/Drupal/KernelTests/Core/Cache/ChainedFastBackendTest.php Creates a new instance of ChainedFastBackend.
ChainedFastBackendTest::testFallThroughToConsistentCache function core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php Tests a fast cache miss gets data from the consistent cache backend.
ChainedFastBackendTest::testGetDoesNotHitConsistentBackend function core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php Tests a get() on the fast backend, with no hit on the consistent backend.
ChainedFastBackendTest::testSetInvalidDataFastBackend function core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php Tests a get() on consistent backend without saving on fast backend.
ChainedPlaceholderStrategyTest class core/tests/Drupal/Tests/Core/Render/Placeholder/ChainedPlaceholderStrategyTest.php @coversDefaultClass \Drupal\Core\Render\Placeholder\ChainedPlaceholderStrategy[[api-linebreak]]
@group Render
ChainedPlaceholderStrategyTest.php file core/tests/Drupal/Tests/Core/Render/Placeholder/ChainedPlaceholderStrategyTest.php
ChainedPlaceholderStrategyTest::providerProcessPlaceholders function core/tests/Drupal/Tests/Core/Render/Placeholder/ChainedPlaceholderStrategyTest.php Provides a list of render strategies, placeholders and results.
ChainedPlaceholderStrategyTest::testProcessPlaceholders function core/tests/Drupal/Tests/Core/Render/Placeholder/ChainedPlaceholderStrategyTest.php @covers ::addPlaceholderStrategy[[api-linebreak]]
@covers ::processPlaceholders[[api-linebreak]]
ChainedPlaceholderStrategyTest::testProcessPlaceholdersNoStrategies function core/tests/Drupal/Tests/Core/Render/Placeholder/ChainedPlaceholderStrategyTest.php @covers ::processPlaceholders[[api-linebreak]]
ChainedPlaceholderStrategyTest::testProcessPlaceholdersWithRoguePlaceholderStrategy function core/tests/Drupal/Tests/Core/Render/Placeholder/ChainedPlaceholderStrategyTest.php @covers ::processPlaceholders[[api-linebreak]]
ChainEntityResolverTest class core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php @coversDefaultClass \Drupal\serialization\EntityResolver\ChainEntityResolver[[api-linebreak]]
@group serialization
ChainEntityResolverTest.php file core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php
ChainEntityResolverTest::$testData property core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php Test data passed to the resolve method.
ChainEntityResolverTest::$testEntityType property core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php A test entity type.
ChainEntityResolverTest::$testNormalizer property core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php A mocked normalizer.
ChainEntityResolverTest::createEntityResolverMock function core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php Creates a mock entity resolver.
ChainEntityResolverTest::setUp function core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php
ChainEntityResolverTest::testResolverWithFirstResolved function core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php Tests the resolve method with a matching resolver first.
ChainEntityResolverTest::testResolverWithLastResolved function core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php Tests the resolve method with a matching resolver last.
ChainEntityResolverTest::testResolverWithNoneResolved function core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php Tests the resolve method with no matching resolvers.
ChainEntityResolverTest::testResolverWithNoneResolvedUsingAddResolver function core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php Tests the resolve method with no matching resolvers, using addResolver.
ChainEntityResolverTest::testResolverWithResolvedToZero function core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php Tests the resolve method where one resolver returns 0.
ChainRequestPolicyTest class core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php @coversDefaultClass \Drupal\Core\PageCache\ChainRequestPolicy[[api-linebreak]]
@group PageCache
ChainRequestPolicyTest.php file core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php

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