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
ContextualLinkDefaultTest::testGetTitle function core/tests/Drupal/Tests/Core/Menu/ContextualLinkDefaultTest.php Tests get title.
ContextualLinkDefaultTest::testGetTitleWithContext function core/tests/Drupal/Tests/Core/Menu/ContextualLinkDefaultTest.php Tests get title with context.
ContextualLinkDefaultTest::testGetTitleWithTitleArguments function core/tests/Drupal/Tests/Core/Menu/ContextualLinkDefaultTest.php Tests get title with title arguments.
ContextualLinkDefaultTest::testGetWeight function core/tests/Drupal/Tests/Core/Menu/ContextualLinkDefaultTest.php Tests get weight.
ContextualLinkManagerTest class core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php Tests Drupal\Core\Menu\ContextualLinkManager.
ContextualLinkManagerTest.php file core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php
ContextualLinkManagerTest::$accessManager property core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php The mocked access manager.
ContextualLinkManagerTest::$account property core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php The mocked account.
ContextualLinkManagerTest::$cacheBackend property core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php The cache backend used in the test.
ContextualLinkManagerTest::$contextualLinkManager property core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php The tested contextual link manager.
ContextualLinkManagerTest::$moduleHandler property core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php The mocked module handler.
ContextualLinkManagerTest::$pluginDiscovery property core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php The mocked plugin discovery.
ContextualLinkManagerTest::setUp function core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php
ContextualLinkManagerTest::testGetContextualLinkPluginsByGroup function core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php Tests the getContextualLinkPluginsByGroup method.
ContextualLinkManagerTest::testGetContextualLinkPluginsByGroupWithCache function core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php Tests the getContextualLinkPluginsByGroup method with a prefilled cache.
ContextualLinkManagerTest::testGetContextualLinksArrayByGroup function core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php Tests the getContextualLinksArrayByGroup method.
ContextualLinkManagerTest::testGetContextualLinksArrayByGroupAccessCheck function core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php Tests the access checking of the getContextualLinksArrayByGroup method.
ContextualLinkManagerTest::testPluginDefinitionAlter function core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php Tests the plugins alter hook.
ContextualLinkManagerTest::testProcessDefinitionWithoutGroup function core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php Tests processDefinition() by passing a plugin definition without a group.
ContextualLinkManagerTest::testProcessDefinitionWithoutRoute function core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php Tests processDefinition() by passing a plugin definition without a route.
ContextualLinksTest class core/modules/layout_builder/tests/src/FunctionalJavascript/ContextualLinksTest.php Test contextual links compatibility with the Layout Builder.
ContextualLinksTest class core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinksTest.php Tests the UI for correct contextual links.
ContextualLinksTest class core/modules/node/tests/src/FunctionalJavascript/ContextualLinksTest.php Create a node with revisions and test contextual links.
ContextualLinksTest.php file core/modules/node/tests/src/FunctionalJavascript/ContextualLinksTest.php
ContextualLinksTest.php file core/modules/layout_builder/tests/src/FunctionalJavascript/ContextualLinksTest.php
ContextualLinksTest.php file core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinksTest.php
ContextualLinksTest::$defaultTheme property core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinksTest.php The theme to install as the default for testing.
ContextualLinksTest::$defaultTheme property core/modules/node/tests/src/FunctionalJavascript/ContextualLinksTest.php The theme to install as the default for testing.
ContextualLinksTest::$defaultTheme property core/modules/layout_builder/tests/src/FunctionalJavascript/ContextualLinksTest.php The theme to install as the default for testing.
ContextualLinksTest::$modules property core/modules/layout_builder/tests/src/FunctionalJavascript/ContextualLinksTest.php Modules to install.
ContextualLinksTest::$modules property core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinksTest.php Modules to install.
ContextualLinksTest::$modules property core/modules/node/tests/src/FunctionalJavascript/ContextualLinksTest.php Modules to install.
ContextualLinksTest::$nodes property core/modules/node/tests/src/FunctionalJavascript/ContextualLinksTest.php An array of node revisions.
ContextualLinksTest::addBlock function core/modules/layout_builder/tests/src/FunctionalJavascript/ContextualLinksTest.php Adds block to the layout via Layout Builder's UI.
ContextualLinksTest::assertCorrectContextualLinks function core/modules/layout_builder/tests/src/FunctionalJavascript/ContextualLinksTest.php Assert the contextual links are correct.
ContextualLinksTest::assertCorrectContextualLinksInNode function core/modules/layout_builder/tests/src/FunctionalJavascript/ContextualLinksTest.php Asserts the contextual links are correct on the canonical entity route.
ContextualLinksTest::assertCorrectContextualLinksInUi function core/modules/layout_builder/tests/src/FunctionalJavascript/ContextualLinksTest.php Asserts the contextual links are correct in Layout Builder UI.
ContextualLinksTest::setUp function core/modules/layout_builder/tests/src/FunctionalJavascript/ContextualLinksTest.php
ContextualLinksTest::setUp function core/modules/node/tests/src/FunctionalJavascript/ContextualLinksTest.php
ContextualLinksTest::setUp function core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinksTest.php
ContextualLinksTest::testContextualLinks function core/modules/layout_builder/tests/src/FunctionalJavascript/ContextualLinksTest.php Tests that the contextual links inside Layout Builder are removed.
ContextualLinksTest::testContextualLinksClick function core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinksTest.php Tests clicking contextual links.
ContextualLinksTest::testContextualLinksDestination function core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinksTest.php Tests the contextual links destination.
ContextualLinksTest::testContextualLinksDestinationWithQuery function core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinksTest.php Tests the contextual links destination with query.
ContextualLinksTest::testContextualLinksOutsideLayout function core/modules/layout_builder/tests/src/FunctionalJavascript/ContextualLinksTest.php Tests that contextual links outside the layout are removed.
ContextualLinksTest::testContextualLinksVisibility function core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinksTest.php Tests the visibility of contextual links.
ContextualLinksTest::testRevisionContextualLinks function core/modules/node/tests/src/FunctionalJavascript/ContextualLinksTest.php Tests the contextual links on revisions.
ContextualTestHooks class core/modules/contextual/tests/modules/contextual_test/src/Hook/ContextualTestHooks.php Hook implementations for contextual_test.
ContextualTestHooks.php file core/modules/contextual/tests/modules/contextual_test/src/Hook/ContextualTestHooks.php
ContextualTestHooks::blockViewAlter function core/modules/contextual/tests/modules/contextual_test/src/Hook/ContextualTestHooks.php Implements hook_block_view_alter().

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