Search for test

  1. Search 7.x for test
  2. Search 8.9.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
HtmlResponseAttachmentsTest class core/modules/system/tests/src/Functional/Render/HtmlResponseAttachmentsTest.php Functional tests for HtmlResponseAttachmentsProcessor.
HtmlResponseAttachmentsTest.php file core/modules/system/tests/src/Functional/Render/HtmlResponseAttachmentsTest.php
HtmlResponseAttachmentsTest::$defaultTheme property core/modules/system/tests/src/Functional/Render/HtmlResponseAttachmentsTest.php The theme to install as the default for testing.
HtmlResponseAttachmentsTest::$modules property core/modules/system/tests/src/Functional/Render/HtmlResponseAttachmentsTest.php Modules to enable.
HtmlResponseAttachmentsTest::assertFeed function core/modules/system/tests/src/Functional/Render/HtmlResponseAttachmentsTest.php Helper function to make assertions about the presence of an RSS feed.
HtmlResponseAttachmentsTest::assertHead function core/modules/system/tests/src/Functional/Render/HtmlResponseAttachmentsTest.php Helper function to make assertions about HTML head elements.
HtmlResponseAttachmentsTest::assertTeapotHeaders function core/modules/system/tests/src/Functional/Render/HtmlResponseAttachmentsTest.php Helper function to make assertions about added HTTP headers.
HtmlResponseAttachmentsTest::testAttachments function core/modules/system/tests/src/Functional/Render/HtmlResponseAttachmentsTest.php Tests rendering of ['#attached'].
HtmlResponseAttachmentsTest::testRenderCachedBlock function core/modules/system/tests/src/Functional/Render/HtmlResponseAttachmentsTest.php Tests caching of ['#attached'].
HTMLRestrictionsTest class core/modules/ckeditor5/tests/src/Unit/HTMLRestrictionsTest.php @coversDefaultClass \Drupal\ckeditor5\HTMLRestrictions[[api-linebreak]]
@group ckeditor5
HTMLRestrictionsTest.php file core/modules/ckeditor5/tests/src/Unit/HTMLRestrictionsTest.php
HTMLRestrictionsTest::providerConstruct function core/modules/ckeditor5/tests/src/Unit/HTMLRestrictionsTest.php
HTMLRestrictionsTest::providerConvenienceConstructors function core/modules/ckeditor5/tests/src/Unit/HTMLRestrictionsTest.php
HTMLRestrictionsTest::providerCounting function core/modules/ckeditor5/tests/src/Unit/HTMLRestrictionsTest.php
HTMLRestrictionsTest::providerOperands function core/modules/ckeditor5/tests/src/Unit/HTMLRestrictionsTest.php
HTMLRestrictionsTest::providerRepresentations function core/modules/ckeditor5/tests/src/Unit/HTMLRestrictionsTest.php
HTMLRestrictionsTest::providerSubsets function core/modules/ckeditor5/tests/src/Unit/HTMLRestrictionsTest.php
HTMLRestrictionsTest::testConstructor function core/modules/ckeditor5/tests/src/Unit/HTMLRestrictionsTest.php @covers ::__construct[[api-linebreak]]
@dataProvider providerConstruct
HTMLRestrictionsTest::testConvenienceConstructors function core/modules/ckeditor5/tests/src/Unit/HTMLRestrictionsTest.php @covers ::fromString()[[api-linebreak]]
@covers ::fromTextFormat()[[api-linebreak]]
@covers ::fromFilterPluginInstance()[[api-linebreak]]
@dataProvider providerConvenienceConstructors
HTMLRestrictionsTest::testCounting function core/modules/ckeditor5/tests/src/Unit/HTMLRestrictionsTest.php @covers ::allowsNothing()[[api-linebreak]]
@covers ::getAllowedElements()[[api-linebreak]]
@dataProvider providerCounting
HTMLRestrictionsTest::testOperations function core/modules/ckeditor5/tests/src/Unit/HTMLRestrictionsTest.php @covers ::diff()[[api-linebreak]]
@covers ::intersect()[[api-linebreak]]
@covers ::merge()[[api-linebreak]]
@dataProvider providerOperands
HTMLRestrictionsTest::testRepresentations function core/modules/ckeditor5/tests/src/Unit/HTMLRestrictionsTest.php @covers ::toCKEditor5ElementsArray()[[api-linebreak]]
@covers ::toFilterHtmlAllowedTagsString()[[api-linebreak]]
@covers ::toGeneralHtmlSupportConfig()[[api-linebreak]]
@dataProvider providerRepresentations
HTMLRestrictionsTest::testSubsets function core/modules/ckeditor5/tests/src/Unit/HTMLRestrictionsTest.php @covers ::getWildcardSubset[[api-linebreak]]
@covers ::getConcreteSubset[[api-linebreak]]
@covers ::getPlainTagsSubset()[[api-linebreak]]
@covers ::extractPlainTagsSubset()[[api-linebreak]]
@dataProvider providerSubsets
HtmlTagTest class core/tests/Drupal/Tests/Core/Render/Element/HtmlTagTest.php @coversDefaultClass \Drupal\Core\Render\Element\HtmlTag[[api-linebreak]]
@group Render
HtmlTagTest.php file core/tests/Drupal/Tests/Core/Render/Element/HtmlTagTest.php
HtmlTagTest::providerPreRenderConditionalComments function core/tests/Drupal/Tests/Core/Render/Element/HtmlTagTest.php Data provider for conditional comments test.
HtmlTagTest::providerPreRenderHtmlTag function core/tests/Drupal/Tests/Core/Render/Element/HtmlTagTest.php Data provider for preRenderHtmlTag test.
HtmlTagTest::testGetInfo function core/tests/Drupal/Tests/Core/Render/Element/HtmlTagTest.php @covers ::getInfo[[api-linebreak]]
HtmlTagTest::testPreRenderConditionalComments function core/tests/Drupal/Tests/Core/Render/Element/HtmlTagTest.php @group legacy
@covers ::preRenderConditionalComments[[api-linebreak]]
@dataProvider providerPreRenderConditionalComments
HtmlTagTest::testPreRenderHtmlTag function core/tests/Drupal/Tests/Core/Render/Element/HtmlTagTest.php @covers ::preRenderHtmlTag[[api-linebreak]]
@dataProvider providerPreRenderHtmlTag
HtmlTest class core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Tests \Drupal\Component\Utility\Html.
HtmlTest.php file core/tests/Drupal/Tests/Component/Utility/HtmlTest.php
HtmlTest::providerDecodeEntities function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Data provider for testDecodeEntities().
HtmlTest::providerEscape function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Data provider for testEscape().
HtmlTest::providerTestCleanCssIdentifier function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Provides test data for testCleanCssIdentifier().
HtmlTest::providerTestHtmlGetId function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Provides test data for testHtmlGetId().
HtmlTest::providerTestHtmlGetUniqueId function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Provides test data for testHtmlGetId().
HtmlTest::providerTestHtmlGetUniqueIdWithAjaxIds function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Provides test data for testHtmlGetId().
HtmlTest::providerTestTransformRootRelativeUrlsToAbsolute function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Provides test data for testTransformRootRelativeUrlsToAbsolute().
HtmlTest::providerTestTransformRootRelativeUrlsToAbsoluteAssertion function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Provides test data for testTransformRootRelativeUrlsToAbsoluteAssertion().
HtmlTest::setUp function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php
HtmlTest::testCleanCssIdentifier function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Tests the Html::cleanCssIdentifier() method.
HtmlTest::testDecodeEntities function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Tests Html::decodeEntities().
HtmlTest::testDecodeEntitiesAndEscape function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Tests relationship between escaping and decoding HTML entities.
HtmlTest::testDeprecations function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Test deprecations.
HtmlTest::testEscape function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Tests Html::escape().
HtmlTest::testHtmlClass function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Tests that Html::getClass() cleans the class name properly.
HtmlTest::testHtmlGetId function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Tests the Html::getUniqueId() method.
HtmlTest::testHtmlGetUniqueId function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Tests the Html::getUniqueId() method.
HtmlTest::testHtmlGetUniqueIdWithAjaxIds function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Tests the Html::getUniqueId() method.

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