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. 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
HoldTestSubscriber class core/modules/system/tests/modules/hold_test/src/EventSubscriber/HoldTestSubscriber.php Response subscriber to test hold.
HoldTestSubscriber.php file core/modules/system/tests/modules/hold_test/src/EventSubscriber/HoldTestSubscriber.php
HoldTestSubscriber::$sitePath property core/modules/system/tests/modules/hold_test/src/EventSubscriber/HoldTestSubscriber.php The site path.
HoldTestSubscriber::getSubscribedEvents function core/modules/system/tests/modules/hold_test/src/EventSubscriber/HoldTestSubscriber.php
HoldTestSubscriber::hold function core/modules/system/tests/modules/hold_test/src/EventSubscriber/HoldTestSubscriber.php Hold process by type.
HoldTestSubscriber::HOLD_REQUEST constant core/modules/system/tests/modules/hold_test/src/EventSubscriber/HoldTestSubscriber.php
HoldTestSubscriber::HOLD_RESPONSE constant core/modules/system/tests/modules/hold_test/src/EventSubscriber/HoldTestSubscriber.php
HoldTestSubscriber::onRequest function core/modules/system/tests/modules/hold_test/src/EventSubscriber/HoldTestSubscriber.php Request hold.
HoldTestSubscriber::onRespond function core/modules/system/tests/modules/hold_test/src/EventSubscriber/HoldTestSubscriber.php Response hold.
HoldTestSubscriber::__construct function core/modules/system/tests/modules/hold_test/src/EventSubscriber/HoldTestSubscriber.php HoldTestSubscriber constructor.
hold_test.info.yml file core/modules/system/tests/modules/hold_test/hold_test.info.yml core/modules/system/tests/modules/hold_test/hold_test.info.yml
hold_test.install file core/modules/system/tests/modules/hold_test/hold_test.install Install, update and uninstall functions for the hold_test module.
hold_test.module file core/modules/system/tests/modules/hold_test/hold_test.module Contains functions for testing hold request/response.
hold_test.response service core/modules/system/tests/modules/hold_test/hold_test.services.yml Drupal\hold_test\EventSubscriber\HoldTestSubscriber
hold_test.services.yml file core/modules/system/tests/modules/hold_test/hold_test.services.yml core/modules/system/tests/modules/hold_test/hold_test.services.yml
hold_test_install function core/modules/system/tests/modules/hold_test/hold_test.install Implements hook_install().
hold_test_request function core/modules/system/tests/modules/hold_test/hold_test.module Request hold.
hold_test_response function core/modules/system/tests/modules/hold_test/hold_test.module Response hold.
HookDiscoveryTest class core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php @coversDefaultClass \Drupal\Core\Plugin\Discovery\HookDiscovery[[api-linebreak]]
@group Plugin
HookDiscoveryTest.php file core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php
HookDiscoveryTest::$hookDiscovery property core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php The tested hook discovery.
HookDiscoveryTest::$moduleHandler property core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php The mocked module handler.
HookDiscoveryTest::hookDiscoveryTest2TestPlugin function core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php
HookDiscoveryTest::hookDiscoveryTestTestPlugin function core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php
HookDiscoveryTest::setUp function core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php
HookDiscoveryTest::testGetDefinition function core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php Tests the getDefinition method with some plugins.
HookDiscoveryTest::testGetDefinitions function core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php Tests the getDefinitions() method with some plugins.
HookDiscoveryTest::testGetDefinitionsWithoutPlugins function core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php Tests the getDefinitions() method without any plugins.
HookDiscoveryTest::testGetDefinitionWithUnknownID function core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php Tests the getDefinition method with an unknown plugin ID.
HookRequirementsTest class core/modules/system/tests/src/Functional/Module/HookRequirementsTest.php Attempts enabling a module that fails hook_requirements('install').
HookRequirementsTest.php file core/modules/system/tests/src/Functional/Module/HookRequirementsTest.php
HookRequirementsTest::$defaultTheme property core/modules/system/tests/src/Functional/Module/HookRequirementsTest.php The theme to install as the default for testing.
HookRequirementsTest::testHookRequirementsFailure function core/modules/system/tests/src/Functional/Module/HookRequirementsTest.php Assert that a module cannot be installed if it fails hook_requirements().
hook_simpletest_alter function core/modules/simpletest/simpletest.api.php Alter the list of tests.
hook_test_finished function core/modules/simpletest/simpletest.api.php An individual test has finished.
hook_test_group_finished function core/modules/simpletest/simpletest.api.php A test group has finished.
hook_test_group_started function core/modules/simpletest/simpletest.api.php A test group has started.
HtaccessDeprecationTest class core/tests/Drupal/KernelTests/Core/File/HtaccessDeprecationTest.php Test for htaccess deprecations.
HtaccessDeprecationTest.php file core/tests/Drupal/KernelTests/Core/File/HtaccessDeprecationTest.php
HtaccessDeprecationTest::testDeprecatedFunctions function core/tests/Drupal/KernelTests/Core/File/HtaccessDeprecationTest.php Tests messages for deprecated functions.
HtaccessTest class core/tests/Drupal/KernelTests/Core/File/HtaccessTest.php Tests .htaccess file saving.
HtaccessTest class core/modules/system/tests/src/Functional/System/HtaccessTest.php Tests .htaccess is working correctly.
HtaccessTest.php file core/modules/system/tests/src/Functional/System/HtaccessTest.php
HtaccessTest.php file core/tests/Drupal/KernelTests/Core/File/HtaccessTest.php
HtaccessTest::$defaultTheme property core/modules/system/tests/src/Functional/System/HtaccessTest.php The theme to install as the default for testing.
HtaccessTest::$htaccessWriter property core/tests/Drupal/KernelTests/Core/File/HtaccessTest.php The Htaccess class under test.
HtaccessTest::$modules property core/tests/Drupal/KernelTests/Core/File/HtaccessTest.php Modules to enable.
HtaccessTest::$modules property core/modules/system/tests/src/Functional/System/HtaccessTest.php Modules to enable.
HtaccessTest::$public property core/tests/Drupal/KernelTests/Core/File/HtaccessTest.php The public directory.
HtaccessTest::assertFileAccess function core/modules/system/tests/src/Functional/System/HtaccessTest.php Asserts that a file exists and requesting it returns a specific response.

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