12 calls to AssertContentTrait::getRawContent()

AssertContentTrait::assertEscaped in core/tests/Drupal/KernelTests/AssertContentTrait.php
Passes if the raw text IS found escaped on the loaded page, fail otherwise.
AssertContentTrait::assertNoEscaped in core/tests/Drupal/KernelTests/AssertContentTrait.php
Passes if raw text IS NOT found escaped on loaded page, fail otherwise.
AssertContentTrait::assertNoPattern in core/tests/Drupal/KernelTests/AssertContentTrait.php
Triggers a pass if the perl regex pattern is not found in raw content.
AssertContentTrait::assertNoRaw in core/tests/Drupal/KernelTests/AssertContentTrait.php
Passes if the raw text is NOT found on the loaded page, fail otherwise.
AssertContentTrait::assertPattern in core/tests/Drupal/KernelTests/AssertContentTrait.php
Triggers a pass if the Perl regex pattern is found in the raw content.
AssertContentTrait::assertRaw in core/tests/Drupal/KernelTests/AssertContentTrait.php
Passes if the raw text IS found on the loaded page, fail otherwise.
AssertContentTrait::assertTitle in core/tests/Drupal/KernelTests/AssertContentTrait.php
Pass if the page title is the given string.
AssertContentTrait::getTextContent in core/tests/Drupal/KernelTests/AssertContentTrait.php
Retrieves the plain-text content from the current raw content.
AssertContentTrait::parse in core/tests/Drupal/KernelTests/AssertContentTrait.php
Parse content returned from curlExec using DOM and SimpleXML.
MediaEmbedFilterTest::testAccessUnpublished in core/modules/media/tests/src/Kernel/MediaEmbedFilterTest.php
Tests that entity access is respected by embedding an unpublished entity.
MediaEmbedFilterTest::testRecursionProtection in core/modules/media/tests/src/Kernel/MediaEmbedFilterTest.php
Tests recursive rendering protection.
WhoIsOnlineBlockTest::testWhoIsOnlineBlock in core/modules/user/tests/src/Kernel/WhoIsOnlineBlockTest.php
Tests the Who's Online block.

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