Search for all

  1. Search 7.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
BrowserTestBaseTest::testLegacyEscapingAssertions function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests deprecation of legacy assertEscaped() and assertNoEscaped().
BrowserTestBaseTest::testLegacyFieldAssertsByName function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests legacy assertFieldByName() and assertNoFieldByName().
BrowserTestBaseTest::testLegacyFieldAssertsForCheckbox function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests legacy assertFieldChecked() and assertNoFieldChecked().
BrowserTestBaseTest::testLinkExistsExact function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests linkExistsExact() functionality.
BrowserTestBaseTest::testLinkNotExistsExact function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests linkNotExistsExact() functionality.
BrowserTestBaseTest::testLocalTimeZone function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests the assumption that local time is in 'Australia/Sydney'.
BrowserTestBaseTest::testMethodRequiresModule function core/tests/Drupal/KernelTests/Core/Test/BrowserTestBaseTest.php Tests that a test method is skipped when it requires a module not present.
BrowserTestBaseTest::testPageContainsNoDuplicateId function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests pageContainsNoDuplicateId() functionality.
BrowserTestBaseTest::testPipeCharInLocator function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests linkExists() with pipe character (|) in locator.
BrowserTestBaseTest::testProfileModules function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Ensures we can't access modules we shouldn't be able to after install.
BrowserTestBaseTest::testRequiresModule function core/tests/Drupal/KernelTests/Core/Test/BrowserTestBaseTest.php Tests that a test case is skipped when it requires a module not present.
BrowserTestBaseTest::testResponseHeaderDoesNotExist function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests responseHeaderDoesNotExist() functionality.
BrowserTestBaseTest::testSimpleTestBaseUrlValidation function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Test if setting an invalid scheme in SIMPLETEST_BASE_URL throws an exception.
BrowserTestBaseTest::testTearDownWithoutSetUp function core/tests/Drupal/Tests/Core/Test/BrowserTestBaseTest.php Tests that tearDown doesn't call cleanupEnvironment if setUp is not called.
BrowserTestBaseTest::testTextAsserts function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests legacy text asserts.
BrowserTestBaseTest::testVarDump function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests the dump() function provided by the var-dumper Symfony component.
BrowserTestBaseTest::testXpathAsserts function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests legacy field asserts which use xpath directly.
BrowserTestBaseUserAgentTest class core/tests/Drupal/FunctionalTests/BrowserTestBaseUserAgentTest.php Tests BrowserTestBase functionality.
BrowserTestBaseUserAgentTest.php file core/tests/Drupal/FunctionalTests/BrowserTestBaseUserAgentTest.php
BrowserTestBaseUserAgentTest::$agent property core/tests/Drupal/FunctionalTests/BrowserTestBaseUserAgentTest.php The user agent string to use.
BrowserTestBaseUserAgentTest::$defaultTheme property core/tests/Drupal/FunctionalTests/BrowserTestBaseUserAgentTest.php The theme to install as the default for testing.
BrowserTestBaseUserAgentTest::prepareRequest function core/tests/Drupal/FunctionalTests/BrowserTestBaseUserAgentTest.php Prepare for a request to testing site.
BrowserTestBaseUserAgentTest::testUserAgentValidation function core/tests/Drupal/FunctionalTests/BrowserTestBaseUserAgentTest.php Tests validation of the User-Agent header we use to perform test requests.
BrowserWithJavascriptTest class core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php Tests if we can execute JavaScript in the browser.
BrowserWithJavascriptTest.php file core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php
BrowserWithJavascriptTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php The theme to install as the default for testing.
BrowserWithJavascriptTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php Modules to enable.
BrowserWithJavascriptTest::drupalGetWithAlert function core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php Retrieves a Drupal path or an absolute path.
BrowserWithJavascriptTest::testAssertJsCondition function core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php
BrowserWithJavascriptTest::testCreateScreenshot function core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php Tests creating screenshots.
BrowserWithJavascriptTest::testEscapingAssertions function core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php Tests assertEscaped() and assertUnescaped().
BrowserWithJavascriptTest::testJavascript function core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php
BubbleableMetadata class core/lib/Drupal/Core/Render/BubbleableMetadata.php Value object used for bubbleable rendering metadata.
BubbleableMetadata.php file core/lib/Drupal/Core/Render/BubbleableMetadata.php
BubbleableMetadata::addCacheableDependency function core/lib/Drupal/Core/Render/BubbleableMetadata.php
BubbleableMetadata::applyTo function core/lib/Drupal/Core/Render/BubbleableMetadata.php Applies the values of this bubbleable metadata object to a render array.
BubbleableMetadata::createFromObject function core/lib/Drupal/Core/Render/BubbleableMetadata.php Creates a bubbleable metadata object from a depended object.
BubbleableMetadata::createFromRenderArray function core/lib/Drupal/Core/Render/BubbleableMetadata.php Creates a bubbleable metadata object with values taken from a render array.
BubbleableMetadata::merge function core/lib/Drupal/Core/Render/BubbleableMetadata.php Creates a new bubbleable metadata object by merging this one with another.
BubbleableMetadata::mergeAttachments function core/lib/Drupal/Core/Render/BubbleableMetadata.php Merges two attachments arrays (which live under the '#attached' key).
BubbleableMetadataTest class core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php @coversDefaultClass \Drupal\Core\Render\BubbleableMetadata[[api-linebreak]]
@group Render
BubbleableMetadataTest class core/modules/aggregator/tests/src/Unit/BubbleableMetadataTest.php @coversDefaultClass \Drupal\Core\Render\BubbleableMetadata[[api-linebreak]]
@group aggregator
@group legacy
BubbleableMetadataTest.php file core/modules/aggregator/tests/src/Unit/BubbleableMetadataTest.php
BubbleableMetadataTest.php file core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php
BubbleableMetadataTest::providerTestAddAttachments function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Provides test data for testAddAttachments().
BubbleableMetadataTest::providerTestAddCacheableDependency function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Provides test data for testMerge().
BubbleableMetadataTest::providerTestApplyTo function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Provides test data for testApplyTo().
BubbleableMetadataTest::providerTestCreateFromRenderArray function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Provides test data for createFromRenderArray().
BubbleableMetadataTest::providerTestMerge function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Provides test data for testMerge().
BubbleableMetadataTest::providerTestMergeAttachmentsFeedMerging function core/modules/aggregator/tests/src/Unit/BubbleableMetadataTest.php Data provider for testMergeAttachmentsFeedMerging.

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