Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 10.3.x for test
  4. Search 11.x for test
  5. Search main for test
  6. 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
TestBlockInstantiation::blockAccess function core/modules/block/tests/modules/block_test/src/Plugin/Block/TestBlockInstantiation.php Indicates whether the block should be shown.
TestBlockInstantiation::blockForm function core/modules/block/tests/modules/block_test/src/Plugin/Block/TestBlockInstantiation.php
TestBlockInstantiation::blockSubmit function core/modules/block/tests/modules/block_test/src/Plugin/Block/TestBlockInstantiation.php
TestBlockInstantiation::build function core/modules/block/tests/modules/block_test/src/Plugin/Block/TestBlockInstantiation.php Builds and returns the renderable array for this block plugin.
TestBlockInstantiation::defaultConfiguration function core/modules/block/tests/modules/block_test/src/Plugin/Block/TestBlockInstantiation.php
TestBlockPluginWithRefinableDependentAccessInterface interface core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php Test interface for dependent access block plugins.
TestCacheableDependency class core/tests/Drupal/Tests/Core/Render/TestCacheableDependency.php Cacheable dependency object for use in tests.
TestCacheableDependency.php file core/tests/Drupal/Tests/Core/Render/TestCacheableDependency.php
TestCacheableDependency::getCacheContexts function core/tests/Drupal/Tests/Core/Render/TestCacheableDependency.php The cache contexts associated with this object.
TestCacheableDependency::getCacheMaxAge function core/tests/Drupal/Tests/Core/Render/TestCacheableDependency.php The maximum age for which this object may be cached.
TestCacheableDependency::getCacheTags function core/tests/Drupal/Tests/Core/Render/TestCacheableDependency.php The cache tags associated with this object.
TestCacheableDependency::__construct function core/tests/Drupal/Tests/Core/Render/TestCacheableDependency.php
TestCacheBlock class core/modules/block/tests/modules/block_test/src/Plugin/Block/TestCacheBlock.php Provides a block to test caching.
TestCacheBlock.php file core/modules/block/tests/modules/block_test/src/Plugin/Block/TestCacheBlock.php
TestCacheBlock::build function core/modules/block/tests/modules/block_test/src/Plugin/Block/TestCacheBlock.php Builds and returns the renderable array for this block plugin.
TestCacheBlock::getCacheContexts function core/modules/block/tests/modules/block_test/src/Plugin/Block/TestCacheBlock.php The cache contexts associated with this object.
TestCacheBlock::getCacheMaxAge function core/modules/block/tests/modules/block_test/src/Plugin/Block/TestCacheBlock.php The maximum age for which this object may be cached.
TestCallables class core/tests/Drupal/Tests/Core/Render/RendererTest.php
TestCallables::preRenderPrinted function core/tests/Drupal/Tests/Core/Render/RendererTest.php
TestCallables::trustedCallbacks function core/tests/Drupal/Tests/Core/Render/RendererTest.php Lists the trusted callbacks provided by the implementing class.
TestChildInterface interface core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php
TestClass class core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php Provides a test class.
TestClass class core/tests/Drupal/Tests/Core/Plugin/PluginWithFormsTraitTest.php
TestClass class core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php
TestClass class core/tests/Drupal/Tests/Core/Test/AssertContentTraitTest.php
TestClass class core/modules/layout_builder/tests/src/Unit/LayoutEntityHelperTraitTest.php Test class using the trait.
TestClass class core/modules/system/tests/modules/service_provider_test/src/TestClass.php
TestClass.php file core/modules/system/tests/modules/service_provider_test/src/TestClass.php
TestClass::$state property core/modules/system/tests/modules/service_provider_test/src/TestClass.php The state keyvalue collection.
TestClass::access function core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php
TestClass::buildConfigurationForm function core/tests/Drupal/Tests/Core/Plugin/PluginWithFormsTraitTest.php Form constructor.
TestClass::destruct function core/modules/system/tests/modules/service_provider_test/src/TestClass.php Performs destruct operations.
TestClass::getSubscribedEvents function core/modules/system/tests/modules/service_provider_test/src/TestClass.php Registers methods as kernel listeners.
TestClass::onKernelRequestTest function core/modules/system/tests/modules/service_provider_test/src/TestClass.php A simple kernel listener method.
TestClass::onKernelResponseTest function core/modules/system/tests/modules/service_provider_test/src/TestClass.php Flags the response in case a rebuild indicator is used.
TestClass::submitConfigurationForm function core/tests/Drupal/Tests/Core/Plugin/PluginWithFormsTraitTest.php Form submission handler.
TestClass::validateConfigurationForm function core/tests/Drupal/Tests/Core/Plugin/PluginWithFormsTraitTest.php Form validation handler.
TestClass::_getTextContent function core/tests/Drupal/Tests/Core/Test/AssertContentTraitTest.php
TestClass::_setRawContent function core/tests/Drupal/Tests/Core/Test/AssertContentTraitTest.php
TestClass::__construct function core/modules/system/tests/modules/service_provider_test/src/TestClass.php Constructor.
TestClient class core/tests/Drupal/BuildTests/Framework/Tests/DrupalMinkClientTest.php Special client that can return a given response on the first doRequest().
TestClient::$nextResponse property core/tests/Drupal/BuildTests/Framework/Tests/DrupalMinkClientTest.php
TestClient::doRequest function core/tests/Drupal/BuildTests/Framework/Tests/DrupalMinkClientTest.php
TestClient::setNextResponse function core/tests/Drupal/BuildTests/Framework/Tests/DrupalMinkClientTest.php
TestCompatibilityTrait trait core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit6/TestCompatibilityTrait.php Makes Drupal's test API forward compatible with multiple versions of PHPUnit.
TestCompatibilityTrait trait core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit7/TestCompatibilityTrait.php Makes Drupal's test API forward compatible with multiple versions of PHPUnit.
TestCompatibilityTrait.php file core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit6/TestCompatibilityTrait.php
TestCompatibilityTrait.php file core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit7/TestCompatibilityTrait.php
TestCompatibilityTrait::assertEqualsCanonicalizing function core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit6/TestCompatibilityTrait.php Forward compatibility for assertEqualsCanonicalizing.
TestCompatibilityTrait::assertEqualsCanonicalizing function core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit7/TestCompatibilityTrait.php Forward compatibility for assertEqualsCanonicalizing.

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