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 11.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
DrupalTest::testTypedDataManager function core/tests/Drupal/Tests/Core/DrupalTest.php Tests the typedDataManager() method.
DrupalTest::testUrlGenerator function core/tests/Drupal/Tests/Core/DrupalTest.php Tests the urlGenerator() method.
DrupalTestBrowser class core/tests/Drupal/Tests/DrupalTestBrowser.php Enables a BrowserKitDriver mink driver to use a Guzzle client.
DrupalTestBrowser.php file core/tests/Drupal/Tests/DrupalTestBrowser.php
DrupalTestBrowser::$client property core/tests/Drupal/Tests/DrupalTestBrowser.php The Guzzle client.
DrupalTestBrowser::addPostFields function core/tests/Drupal/Tests/DrupalTestBrowser.php Adds form parameters to the $multipart array.
DrupalTestBrowser::addPostFiles function core/tests/Drupal/Tests/DrupalTestBrowser.php Adds files to the $multipart array.
DrupalTestBrowser::createResponse function core/tests/Drupal/Tests/DrupalTestBrowser.php Converts a Guzzle response to a BrowserKit response.
DrupalTestBrowser::doRequest function core/tests/Drupal/Tests/DrupalTestBrowser.php
DrupalTestBrowser::getClient function core/tests/Drupal/Tests/DrupalTestBrowser.php Gets the Guzzle client.
DrupalTestBrowser::setClient function core/tests/Drupal/Tests/DrupalTestBrowser.php Sets the Guzzle client.
Drupal\autowire_test\TestInjection service core/modules/system/tests/modules/autowire_test/autowire_test.services.yml
Drupal\autowire_test\TestInjection2 service core/modules/system/tests/modules/autowire_test/autowire_test.services.yml
Drupal\autowire_test\TestInjection3 service core/modules/system/tests/modules/autowire_test/autowire_test.services.yml
Drupal\autowire_test\TestInjectionInterface service core/modules/system/tests/modules/autowire_test/autowire_test.services.yml Alias of Drupal\autowire_test\TestInjection
Drupal\autowire_test\TestService service core/modules/system/tests/modules/autowire_test/autowire_test.services.yml
Drupal\database_test\EventSubscriber\DatabaseEventSubscriber service core/modules/system/tests/modules/database_test/database_test.services.yml
Drupal\destructable_test\Destructable service core/modules/system/tests/modules/destructable_test/destructable_test.services.yml
Drupal\performance_test\DatabaseEventEnabler service core/modules/system/tests/modules/performance_test/performance_test.services.yml
Drupal\performance_test\PerformanceDataCollector service core/modules/system/tests/modules/performance_test/performance_test.services.yml
Drupal\services_defaults_test\TestInjection service core/modules/system/tests/modules/services_defaults_test/services_defaults_test.services.yml
Drupal\services_defaults_test\TestInjection2 service core/modules/system/tests/modules/services_defaults_test/services_defaults_test.services.yml
Drupal\services_defaults_test\TestPrivateService service core/modules/system/tests/modules/services_defaults_test/services_defaults_test.services.yml
Drupal\services_defaults_test\TestService service core/modules/system/tests/modules/services_defaults_test/services_defaults_test.services.yml
Drupal\user_route_alter_test\Routing\RouteSubscriber service core/modules/serialization/tests/modules/user_route_alter_test/user_route_alter_test.services.yml
drupal_generate_test_ua function core/includes/bootstrap.inc Generates a user agent string with a HMAC and timestamp for tests.
drupal_system_cross_profile_test.info.yml file core/profiles/testing/modules/drupal_system_cross_profile_test/drupal_system_cross_profile_test.info.yml core/profiles/testing/modules/drupal_system_cross_profile_test/drupal_system_cross_profile_test.info.yml
drupal_system_listing_compatible_test.info.yml file core/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info.yml core/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info.yml
drupal_system_listing_compatible_test.info.yml file core/modules/system/tests/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info.yml core/modules/system/tests/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info.yml
drupal_valid_test_ua function core/includes/bootstrap.inc Returns the test prefix if this is an internal request from a test.
DummyRemoteStreamWrapper class core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteStreamWrapper.php Helper class for testing the stream wrapper registry.
DummyRemoteStreamWrapper.php file core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteStreamWrapper.php
DummyRemoteStreamWrapper::getDescription function core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteStreamWrapper.php
DummyRemoteStreamWrapper::getName function core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteStreamWrapper.php
DummyRemoteStreamWrapper::realpath function core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteStreamWrapper.php
DuplicateContextualLinksTest class core/modules/contextual/tests/src/FunctionalJavascript/DuplicateContextualLinksTest.php Tests the UI for correct contextual links.
DuplicateContextualLinksTest.php file core/modules/contextual/tests/src/FunctionalJavascript/DuplicateContextualLinksTest.php
DuplicateContextualLinksTest::$defaultTheme property core/modules/contextual/tests/src/FunctionalJavascript/DuplicateContextualLinksTest.php
DuplicateContextualLinksTest::$modules property core/modules/contextual/tests/src/FunctionalJavascript/DuplicateContextualLinksTest.php
DuplicateContextualLinksTest::testSameContextualLinks function core/modules/contextual/tests/src/FunctionalJavascript/DuplicateContextualLinksTest.php Tests the contextual links with same id.
DuplicatePluralizedMethodName::testMethod function core/modules/config/tests/config_test/src/ConfigActionErrorEntity/DuplicatePluralizedMethodName.php #[ActionMethod(pluralize: 'testMethod')]
DuplicatePluralizedOtherMethodName::testMethod function core/modules/config/tests/config_test/src/ConfigActionErrorEntity/DuplicatePluralizedOtherMethodName.php #[ActionMethod(pluralize: 'testMethod2')]
DuplicatePluralizedOtherMethodName::testMethod2 function core/modules/config/tests/config_test/src/ConfigActionErrorEntity/DuplicatePluralizedOtherMethodName.php #[ActionMethod]
DuplicateTest class core/modules/views_ui/tests/src/Functional/DuplicateTest.php Tests the UI for view duplicate tool.
DuplicateTest.php file core/modules/views_ui/tests/src/Functional/DuplicateTest.php
DuplicateTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/DuplicateTest.php
DuplicateTest::$modules property core/modules/views_ui/tests/src/Functional/DuplicateTest.php
DuplicateTest::setUp function core/modules/views_ui/tests/src/Functional/DuplicateTest.php
DuplicateTest::testDuplicateView function core/modules/views_ui/tests/src/Functional/DuplicateTest.php Checks if duplicated view exists and has correct label.
DynamicPageCacheIntegrationTest class core/modules/dynamic_page_cache/tests/src/Functional/DynamicPageCacheIntegrationTest.php Enables the Dynamic Page Cache and tests it in various scenarios.

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