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
LayoutPluginManagerTest::testGetDefinitions function core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php @covers ::getDefinitions[[api-linebreak]]
@covers ::providerExists[[api-linebreak]]
LayoutPluginManagerTest::testGetGroupedDefinitions function core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php @covers ::getGroupedDefinitions[[api-linebreak]]
LayoutPluginManagerTest::testGetLayoutOptions function core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php @covers ::getLayoutOptions[[api-linebreak]]
LayoutPluginManagerTest::testGetSortedDefinitions function core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php @covers ::getSortedDefinitions[[api-linebreak]]
LayoutPluginManagerTest::testGetThemeImplementations function core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php @covers ::getThemeImplementations[[api-linebreak]]
LayoutPluginManagerTest::testPluginOverride function core/tests/Drupal/KernelTests/Core/Layout/LayoutPluginManagerTest.php Tests that layout plugins are correctly overridden.
LayoutPluginManagerTest::testProcessDefinition function core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php @covers ::processDefinition[[api-linebreak]]
LayoutRestTestBase class core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php Base class for Layout Builder REST tests.
LayoutRestTestBase.php file core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php
LayoutRestTestBase::$modules property core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php Modules to install.
LayoutRestTestBase::$node property core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php A test node.
LayoutRestTestBase::$nodeStorage property core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php The node storage.
LayoutRestTestBase::assertAuthenticationEdgeCases function core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php Asserts authentication provider-specific edge cases.
LayoutRestTestBase::assertNormalizationEdgeCases function core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php Asserts normalization-specific edge cases.
LayoutRestTestBase::assertResponseWhenMissingAuthentication function core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php Verifies the error response in case of missing authentication.
LayoutRestTestBase::getDecodedContents function core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php Gets the decoded contents.
LayoutRestTestBase::getExpectedUnauthorizedAccessCacheability function core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php Returns the expected cacheability of an unauthorized access response.
LayoutRestTestBase::request function core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php Performs a HTTP request. Wraps the Guzzle HTTP client.
LayoutRestTestBase::setUp function core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php
LayoutRestTestBase::setUpAuthorization function core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php Sets up the necessary authorization.
LayoutSectionItemListTest class core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php Tests the field type for Layout Sections.
LayoutSectionItemListTest.php file core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php
LayoutSectionItemListTest::$modules property core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php Modules to install.
LayoutSectionItemListTest::getSectionList function core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php Sets up the section list.
LayoutSectionItemListTest::testEquals function core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php @covers ::equals[[api-linebreak]]
LayoutSectionItemListTest::testEqualsNonSection function core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php @covers ::equals[[api-linebreak]]
LayoutSectionStorageParamConverterTest class core/modules/layout_builder/tests/src/Unit/LayoutSectionStorageParamConverterTest.php @coversDefaultClass \Drupal\layout_builder\Routing\LayoutSectionStorageParamConverter[[api-linebreak]]
LayoutSectionStorageParamConverterTest.php file core/modules/layout_builder/tests/src/Unit/LayoutSectionStorageParamConverterTest.php
LayoutSectionStorageParamConverterTest::testConvert function core/modules/layout_builder/tests/src/Unit/LayoutSectionStorageParamConverterTest.php @covers ::convert[[api-linebreak]]
LayoutSectionStorageParamConverterTest::testConvertInvalidConverter function core/modules/layout_builder/tests/src/Unit/LayoutSectionStorageParamConverterTest.php @covers ::convert[[api-linebreak]]
LayoutSectionStorageParamConverterTest::testConvertNoType function core/modules/layout_builder/tests/src/Unit/LayoutSectionStorageParamConverterTest.php @covers ::convert[[api-linebreak]]
LayoutSectionTest class core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php Tests the rendering of a layout section field.
LayoutSectionTest.php file core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php
LayoutSectionTest::$defaultTheme property core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php The theme to install as the default for testing.
LayoutSectionTest::$modules property core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php Modules to install.
LayoutSectionTest::assertLayoutSection function core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php Asserts the output of a layout section.
LayoutSectionTest::createSectionNode function core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php Creates a node with a section field.
LayoutSectionTest::providerTestLayoutSectionFormatter function core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php Provides test data for ::testLayoutSectionFormatter().
LayoutSectionTest::setUp function core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php
LayoutSectionTest::testLayoutDeletingBundle function core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php Tests that deleting a bundle removes the layout.
LayoutSectionTest::testLayoutDeletingField function core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php Tests that deleting a field removes it from the layout.
LayoutSectionTest::testLayoutPageTitle function core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php Ensures that the entity title is displayed.
LayoutSectionTest::testLayoutSectionFormatter function core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php Tests layout_section formatter output.
LayoutSectionTest::testLayoutSectionFormatterAccess function core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php Tests the access checking of the section formatter.
LayoutSectionTest::testLayoutUrlNoSectionField function core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php Tests that no Layout link shows without a section field.
LayoutTempstoreRepositoryTest class core/modules/layout_builder/tests/src/Unit/LayoutTempstoreRepositoryTest.php @coversDefaultClass \Drupal\layout_builder\LayoutTempstoreRepository[[api-linebreak]]
@group layout_builder
LayoutTempstoreRepositoryTest.php file core/modules/layout_builder/tests/src/Unit/LayoutTempstoreRepositoryTest.php
LayoutTempstoreRepositoryTest::testGetEmptyTempstore function core/modules/layout_builder/tests/src/Unit/LayoutTempstoreRepositoryTest.php @covers ::get[[api-linebreak]]
@covers ::has[[api-linebreak]]
LayoutTempstoreRepositoryTest::testGetInvalidEntry function core/modules/layout_builder/tests/src/Unit/LayoutTempstoreRepositoryTest.php @covers ::get[[api-linebreak]]
LayoutTempstoreRepositoryTest::testGetLoadedTempstore function core/modules/layout_builder/tests/src/Unit/LayoutTempstoreRepositoryTest.php @covers ::get[[api-linebreak]]
@covers ::has[[api-linebreak]]

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