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
TestDefaultHtmlRouteProvider::getEntityTypeIdKeyType function core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php Gets the type of the ID key for a given entity type.
TestDefaultTableMapping class core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php Extends DefaultTableMapping to allow calling its protected methods.
TestDefaultTableMapping::setExtraColumns function core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php Adds a extra columns for a table to the table mapping.
TestDefaultTableMapping::setFieldNames function core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php Adds field columns for a table to the table mapping.
TestDeprecatedTestHooks class core/modules/simpletest/tests/src/Kernel/TestDeprecatedTestHooks.php Test the deprecation messages for Simpletest test hooks.
TestDeprecatedTestHooks.php file core/modules/simpletest/tests/src/Kernel/TestDeprecatedTestHooks.php
TestDeprecatedTestHooks::$modules property core/modules/simpletest/tests/src/Kernel/TestDeprecatedTestHooks.php Modules to enable.
TestDeprecatedTestHooks::testHookTestFinished function core/modules/simpletest/tests/src/Kernel/TestDeprecatedTestHooks.php @expectedDeprecation The deprecated hook hook_test_finished() is implemented in these functions: simpletest_deprecation_test_test_finished(). Convert your test to a PHPUnit-based one and implement test listeners. See https://www.drupal.org/node/2934242
TestDeprecatedTestHooks::testHookTestGroupFinished function core/modules/simpletest/tests/src/Kernel/TestDeprecatedTestHooks.php @expectedDeprecation The deprecated hook hook_test_group_finished() is implemented in these functions: simpletest_deprecation_test_test_group_finished(). Convert your test to a PHPUnit-based one and implement test listeners. See…
TestDeprecatedTestHooks::testHookTestGroupStarted function core/modules/simpletest/tests/src/Kernel/TestDeprecatedTestHooks.php @expectedDeprecation The deprecated hook hook_test_group_started() is implemented in these functions: simpletest_deprecation_test_test_group_started(). Convert your test to a PHPUnit-based one and implement test listeners. See…
TestDerivativeDiscovery class core/tests/Drupal/Tests/Core/Plugin/Discovery/TestDerivativeDiscovery.php Defines test derivative discovery.
TestDerivativeDiscovery.php file core/tests/Drupal/Tests/Core/Plugin/Discovery/TestDerivativeDiscovery.php
TestDerivativeDiscovery::getDerivativeDefinition function core/tests/Drupal/Tests/Core/Plugin/Discovery/TestDerivativeDiscovery.php Gets the definition of a derivative plugin.
TestDerivativeDiscovery::getDerivativeDefinitions function core/tests/Drupal/Tests/Core/Plugin/Discovery/TestDerivativeDiscovery.php Gets the definition of all derivatives of a base plugin.
TestDerivativeDiscoveryWithObject class core/tests/Drupal/Tests/Core/Plugin/Discovery/TestDerivativeDiscoveryWithObject.php Defines test derivative discovery using an object..
TestDerivativeDiscoveryWithObject.php file core/tests/Drupal/Tests/Core/Plugin/Discovery/TestDerivativeDiscoveryWithObject.php
TestDerivativeDiscoveryWithObject::getDerivativeDefinition function core/tests/Drupal/Tests/Core/Plugin/Discovery/TestDerivativeDiscoveryWithObject.php
TestDerivativeDiscoveryWithObject::getDerivativeDefinitions function core/tests/Drupal/Tests/Core/Plugin/Discovery/TestDerivativeDiscoveryWithObject.php
TestDifferentDisplays class core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestDifferentDisplays.php Provides test media source.
TestDifferentDisplays.php file core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestDifferentDisplays.php
TestDifferentDisplays::getSourceFieldName function core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestDifferentDisplays.php Determine the name of the source field.
TestDifferentDisplays::prepareFormDisplay function core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestDifferentDisplays.php Prepares the media type fields for this source in the form display.
TestDifferentDisplays::prepareViewDisplay function core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestDifferentDisplays.php Prepares the media type fields for this source in the view display.
TestDiscovery class core/lib/Drupal/Core/Test/TestDiscovery.php Discovers available tests.
TestDiscovery class core/modules/simpletest/src/TestDiscovery.php Discovers available tests.
TestDiscovery.php file core/modules/simpletest/src/TestDiscovery.php
TestDiscovery.php file core/lib/Drupal/Core/Test/TestDiscovery.php
TestDiscovery::$availableExtensions property core/lib/Drupal/Core/Test/TestDiscovery.php Cached list of all available extension names, keyed by extension type.
TestDiscovery::$classLoader property core/lib/Drupal/Core/Test/TestDiscovery.php The class loader.
TestDiscovery::$moduleHandler property core/modules/simpletest/src/TestDiscovery.php The module handler.
TestDiscovery::$root property core/lib/Drupal/Core/Test/TestDiscovery.php The app root.
TestDiscovery::$testClasses property core/lib/Drupal/Core/Test/TestDiscovery.php Statically cached list of test classes.
TestDiscovery::$testNamespaces property core/lib/Drupal/Core/Test/TestDiscovery.php Cached map of all test namespaces to respective directories.
TestDiscovery::findAllClassFiles function core/lib/Drupal/Core/Test/TestDiscovery.php Discovers all class files in all available extensions.
TestDiscovery::getExtensions function core/lib/Drupal/Core/Test/TestDiscovery.php Returns all available extensions.
TestDiscovery::getPhpunitTestSuite function core/lib/Drupal/Core/Test/TestDiscovery.php Determines the phpunit testsuite for a given classname, based on namespace.
TestDiscovery::getTestClasses function core/lib/Drupal/Core/Test/TestDiscovery.php Discovers all available tests in all extensions.
TestDiscovery::getTestClasses function core/modules/simpletest/src/TestDiscovery.php Discovers all available tests in all extensions.
TestDiscovery::getTestInfo function core/lib/Drupal/Core/Test/TestDiscovery.php Retrieves information about a test class for UI purposes.
TestDiscovery::parseTestClassAnnotations function core/lib/Drupal/Core/Test/TestDiscovery.php Parses annotations in the phpDoc of a test class.
TestDiscovery::parseTestClassSummary function core/lib/Drupal/Core/Test/TestDiscovery.php Parses the phpDoc summary line of a test class.
TestDiscovery::registerTestNamespaces function core/lib/Drupal/Core/Test/TestDiscovery.php Registers test namespaces of all extensions and core test classes.
TestDiscovery::scanDirectory function core/lib/Drupal/Core/Test/TestDiscovery.php Scans a given directory for class files.
TestDiscovery::__construct function core/lib/Drupal/Core/Test/TestDiscovery.php Constructs a new test discovery.
TestDiscovery::__construct function core/modules/simpletest/src/TestDiscovery.php Constructs a new test discovery.
TestDiscoveryCacheContext class core/modules/simpletest/src/Cache/Context/TestDiscoveryCacheContext.php Defines the TestDiscoveryCacheContext service.
TestDiscoveryCacheContext.php file core/modules/simpletest/src/Cache/Context/TestDiscoveryCacheContext.php
TestDiscoveryCacheContext::$hash property core/modules/simpletest/src/Cache/Context/TestDiscoveryCacheContext.php The hash of discovered test information.
TestDiscoveryCacheContext::$privateKey property core/modules/simpletest/src/Cache/Context/TestDiscoveryCacheContext.php The private key service.
TestDiscoveryCacheContext::$testDiscovery property core/modules/simpletest/src/Cache/Context/TestDiscoveryCacheContext.php The test discovery service.

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