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
advisory_feed_test.info.yml file core/modules/system/tests/modules/advisory_feed_test/advisory_feed_test.info.yml core/modules/system/tests/modules/advisory_feed_test/advisory_feed_test.info.yml
advisory_feed_test.module file core/modules/system/tests/modules/advisory_feed_test/advisory_feed_test.module
advisory_feed_test.routing.yml file core/modules/system/tests/modules/advisory_feed_test/advisory_feed_test.routing.yml core/modules/system/tests/modules/advisory_feed_test/advisory_feed_test.routing.yml
advisory_feed_test.services.yml file core/modules/system/tests/modules/advisory_feed_test/advisory_feed_test.services.yml core/modules/system/tests/modules/advisory_feed_test/advisory_feed_test.services.yml
advisory_feed_test_system_info_alter function core/modules/system/tests/modules/advisory_feed_test/advisory_feed_test.module Implements hook_system_info_alter().
AHooks::testBothParametersHook function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AHooks.php
AHooks::testHook function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AHooks.php
AHooks::testHookAfterB function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AHooks.php
AHooks::testHookFirst function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AHooks.php
AHooks::testHookLast function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AHooks.php
AjaxBasePageNegotiatorTest class core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php @coversDefaultClass \Drupal\Core\Theme\AjaxBasePageNegotiator[[api-linebreak]]
@group Theme
AjaxBasePageNegotiatorTest.php file core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php
AjaxBasePageNegotiatorTest::$negotiator property core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php The AJAX base page negotiator.
AjaxBasePageNegotiatorTest::$requestStack property core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php The request stack.
AjaxBasePageNegotiatorTest::$tokenGenerator property core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php The CSRF token generator.
AjaxBasePageNegotiatorTest::providerTestApplies function core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php
AjaxBasePageNegotiatorTest::setUp function core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php
AjaxBasePageNegotiatorTest::testApplies function core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php @covers ::applies[[api-linebreak]]
@dataProvider providerTestApplies
AjaxBasePageNegotiatorTest::testDetermineActiveThemeDefaultTheme function core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php @covers ::determineActiveTheme[[api-linebreak]]
AjaxBasePageNegotiatorTest::testDetermineActiveThemeInvalidToken function core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php @covers ::determineActiveTheme[[api-linebreak]]
AjaxBasePageNegotiatorTest::testDetermineActiveThemeValidToken function core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php @covers ::determineActiveTheme[[api-linebreak]]
AjaxBlockTest class core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php Ajax blocks tests.
AjaxBlockTest.php file core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php
AjaxBlockTest::$defaultTheme property core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php The theme to install as the default for testing.
AjaxBlockTest::$modules property core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php Modules to install.
AjaxBlockTest::setUp function core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php
AjaxBlockTest::testAddAjaxBlock function core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php Tests configuring a field block for a user field.
AjaxCallbacksTest class core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxCallbacksTest.php Tests Ajax callbacks on FAPI elements.
AjaxCallbacksTest.php file core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxCallbacksTest.php
AjaxCallbacksTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxCallbacksTest.php The theme to install as the default for testing.
AjaxCallbacksTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxCallbacksTest.php Modules to install.
AjaxCallbacksTest::testDateAjaxCallback function core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxCallbacksTest.php Tests if Ajax callback works on date element.
AjaxCallbacksTest::testDateTimeAjaxCallback function core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxCallbacksTest.php Tests if Ajax callback works on datetime element.
AjaxCommandsTest class core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php Test coverage for various classes in the \Drupal\Core\Ajax namespace.
AjaxCommandsTest.php file core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php
AjaxCommandsTest::announceCommandProvider function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php Data provider for testAnnounceCommand().
AjaxCommandsTest::providerCss function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php
AjaxCommandsTest::testAddCssCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\AddCssCommand[[api-linebreak]]
@dataProvider providerCss
AjaxCommandsTest::testAfterCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\AfterCommand[[api-linebreak]]
AjaxCommandsTest::testAlertCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\AlertCommand[[api-linebreak]]
AjaxCommandsTest::testAnnounceCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\AnnounceCommand[[api-linebreak]]
AjaxCommandsTest::testAppendCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\AppendCommand[[api-linebreak]]
AjaxCommandsTest::testBeforeCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\BeforeCommand[[api-linebreak]]
AjaxCommandsTest::testChangedCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\ChangedCommand[[api-linebreak]]
AjaxCommandsTest::testCloseDialogCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\CloseDialogCommand[[api-linebreak]]
AjaxCommandsTest::testCloseModalDialogCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\CloseModalDialogCommand[[api-linebreak]]
AjaxCommandsTest::testCssCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\CssCommand[[api-linebreak]]
AjaxCommandsTest::testDataCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\DataCommand[[api-linebreak]]
AjaxCommandsTest::testHtmlCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\HtmlCommand[[api-linebreak]]
AjaxCommandsTest::testInsertCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\InsertCommand[[api-linebreak]]

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