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
AssertLegacyTraitTest::$page property core/tests/Drupal/Tests/Core/Assert/AssertLegacyTraitTest.php The mocked page element used for testing.
AssertLegacyTraitTest::$session property core/tests/Drupal/Tests/Core/Assert/AssertLegacyTraitTest.php The mocked Mink session object used for testing.
AssertLegacyTraitTest::$webAssert property core/tests/Drupal/Tests/Core/Assert/AssertLegacyTraitTest.php The mocked web assert class.
AssertLegacyTraitTest::assertSession function core/tests/Drupal/Tests/Core/Assert/AssertLegacyTraitTest.php Returns WebAssert object.
AssertLegacyTraitTest::getSession function core/tests/Drupal/Tests/Core/Assert/AssertLegacyTraitTest.php Returns a mocked behat session object.
AssertLegacyTraitTest::setUp function core/tests/Drupal/Tests/Core/Assert/AssertLegacyTraitTest.php
AssertLegacyTraitTest::testAssertCacheTag function core/tests/Drupal/Tests/Core/Assert/AssertLegacyTraitTest.php @covers ::assertCacheTag[[api-linebreak]]
AssertLegacyTraitTest::testAssertElementNotPresent function core/tests/Drupal/Tests/Core/Assert/AssertLegacyTraitTest.php @covers ::assertElementNotPresent[[api-linebreak]]
AssertLegacyTraitTest::testAssertElementPresent function core/tests/Drupal/Tests/Core/Assert/AssertLegacyTraitTest.php @covers ::assertElementPresent[[api-linebreak]]
AssertLegacyTraitTest::testAssertLinkByHref function core/tests/Drupal/Tests/Core/Assert/AssertLegacyTraitTest.php @covers ::assertLinkByHref[[api-linebreak]]
AssertLegacyTraitTest::testAssertNoCacheTag function core/tests/Drupal/Tests/Core/Assert/AssertLegacyTraitTest.php @covers ::assertNoCacheTag[[api-linebreak]]
AssertLegacyTraitTest::testAssertNoLinkByHref function core/tests/Drupal/Tests/Core/Assert/AssertLegacyTraitTest.php @covers ::assertNoLinkByHref[[api-linebreak]]
AssertLegacyTraitTest::testAssertNoPattern function core/tests/Drupal/Tests/Core/Assert/AssertLegacyTraitTest.php @covers ::assertNoPattern[[api-linebreak]]
AssertLegacyTraitTest::testAssertNoRaw function core/tests/Drupal/Tests/Core/Assert/AssertLegacyTraitTest.php @covers ::assertNoRaw[[api-linebreak]]
AssertLegacyTraitTest::testAssertNoUniqueText function core/tests/Drupal/Tests/Core/Assert/AssertLegacyTraitTest.php @covers ::assertNoUniqueText[[api-linebreak]]
AssertLegacyTraitTest::testAssertNoUniqueTextFail function core/tests/Drupal/Tests/Core/Assert/AssertLegacyTraitTest.php @covers ::assertNoUniqueText[[api-linebreak]]
AssertLegacyTraitTest::testAssertNoUniqueTextMarkup function core/tests/Drupal/Tests/Core/Assert/AssertLegacyTraitTest.php @covers ::assertNoUniqueText[[api-linebreak]]
AssertLegacyTraitTest::testAssertNoUniqueTextUnknown function core/tests/Drupal/Tests/Core/Assert/AssertLegacyTraitTest.php @covers ::assertNoUniqueText[[api-linebreak]]
AssertLegacyTraitTest::testAssertOptionSelected function core/tests/Drupal/Tests/Core/Assert/AssertLegacyTraitTest.php @covers ::assertOptionSelected[[api-linebreak]]
AssertLegacyTraitTest::testAssertOptionSelectedFail function core/tests/Drupal/Tests/Core/Assert/AssertLegacyTraitTest.php @covers ::assertOptionSelected[[api-linebreak]]
AssertLegacyTraitTest::testAssertRaw function core/tests/Drupal/Tests/Core/Assert/AssertLegacyTraitTest.php @covers ::assertRaw[[api-linebreak]]
AssertLegacyTraitTest::testAssertTextHelper function core/tests/Drupal/Tests/Core/Assert/AssertLegacyTraitTest.php @covers ::assertTextHelper[[api-linebreak]]
AssertLegacyTraitTest::testAssertUniqueText function core/tests/Drupal/Tests/Core/Assert/AssertLegacyTraitTest.php @covers ::assertUniqueText[[api-linebreak]]
AssertLegacyTraitTest::testAssertUniqueTextFail function core/tests/Drupal/Tests/Core/Assert/AssertLegacyTraitTest.php @covers ::assertUniqueText[[api-linebreak]]
AssertLegacyTraitTest::testAssertUniqueTextMarkup function core/tests/Drupal/Tests/Core/Assert/AssertLegacyTraitTest.php @covers ::assertUniqueText[[api-linebreak]]
AssertLegacyTraitTest::testAssertUniqueTextUnknown function core/tests/Drupal/Tests/Core/Assert/AssertLegacyTraitTest.php @covers ::assertUniqueText[[api-linebreak]]
AssertLegacyTraitTest::testAssertUrl function core/tests/Drupal/Tests/Core/Assert/AssertLegacyTraitTest.php @covers ::assertUrl[[api-linebreak]]
AssertLegacyTraitTest::testConstructFieldXpath function core/tests/Drupal/Tests/Core/Assert/AssertLegacyTraitTest.php @covers ::constructFieldXpath[[api-linebreak]]
AssertLegacyTraitTest::testPass function core/tests/Drupal/Tests/Core/Assert/AssertLegacyTraitTest.php @covers ::pass[[api-linebreak]]
AssertMailTrait trait core/lib/Drupal/Core/Test/AssertMailTrait.php Provides methods for testing emails sent during test runs.
AssertMailTrait.php file core/lib/Drupal/Core/Test/AssertMailTrait.php
AssertMailTrait::assertMail function core/lib/Drupal/Core/Test/AssertMailTrait.php Asserts that the most recently sent email message has the given value.
AssertMailTrait::assertMailPattern function core/lib/Drupal/Core/Test/AssertMailTrait.php Asserts that the most recently sent email message has the pattern in it.
AssertMailTrait::assertMailString function core/lib/Drupal/Core/Test/AssertMailTrait.php Asserts that the most recently sent email message has the string in it.
AssertMailTrait::getMails function core/lib/Drupal/Core/Test/AssertMailTrait.php Gets an array containing all emails sent during this test case.
AssertMailTrait::verboseEmail function core/lib/Drupal/Core/Test/AssertMailTrait.php Outputs to verbose the most recent $count emails sent.
AssertMailTraitTest class core/tests/Drupal/KernelTests/Core/Test/AssertMailTraitTest.php Tests \Drupal\Core\Test\AssertMailTrait works.
AssertMailTraitTest.php file core/tests/Drupal/KernelTests/Core/Test/AssertMailTraitTest.php
AssertMailTraitTest::testAssertMailTrait function core/tests/Drupal/KernelTests/Core/Test/AssertMailTraitTest.php Tests that the maintenance theme initializes the theme and its base themes.
AssertMenuActiveTrailTrait trait core/modules/system/tests/src/Functional/Menu/AssertMenuActiveTrailTrait.php Provides test assertions for verifying the active menu trail.
AssertMenuActiveTrailTrait.php file core/modules/system/tests/src/Functional/Menu/AssertMenuActiveTrailTrait.php
AssertMenuActiveTrailTrait::assertMenuActiveTrail function core/modules/system/tests/src/Functional/Menu/AssertMenuActiveTrailTrait.php Assert that active trail exists in a menu tree output.
AssertPageCacheContextsAndTagsTrait trait core/modules/system/tests/src/Functional/Cache/AssertPageCacheContextsAndTagsTrait.php Provides test assertions for testing page-level cache contexts & tags.
AssertPageCacheContextsAndTagsTrait.php file core/modules/system/tests/src/Functional/Cache/AssertPageCacheContextsAndTagsTrait.php
AssertPageCacheContextsAndTagsTrait::assertCacheContext function core/modules/system/tests/src/Functional/Cache/AssertPageCacheContextsAndTagsTrait.php Asserts whether an expected cache context was present in the last response.
AssertPageCacheContextsAndTagsTrait::assertCacheContexts function core/modules/system/tests/src/Functional/Cache/AssertPageCacheContextsAndTagsTrait.php Ensures that some cache contexts are present in the current response.
AssertPageCacheContextsAndTagsTrait::assertCacheMaxAge function core/modules/system/tests/src/Functional/Cache/AssertPageCacheContextsAndTagsTrait.php Asserts the max age header.
AssertPageCacheContextsAndTagsTrait::assertCacheTags function core/modules/system/tests/src/Functional/Cache/AssertPageCacheContextsAndTagsTrait.php Ensures that some cache tags are present in the current response.
AssertPageCacheContextsAndTagsTrait::assertNoCacheContext function core/modules/system/tests/src/Functional/Cache/AssertPageCacheContextsAndTagsTrait.php Asserts that a cache context was not present in the last response.
AssertPageCacheContextsAndTagsTrait::assertPageCacheContextsAndTags function core/modules/system/tests/src/Functional/Cache/AssertPageCacheContextsAndTagsTrait.php Asserts page cache miss, then hit for the given URL; checks cache headers.

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