26 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 the raw text IS NOT found escaped on the 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.
CommentAdminViewTest::doTestFilters in core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php
Tests comment admin view display.
CommentTestBase::commentContactInfoAvailable in core/modules/comment/src/Tests/CommentTestBase.php
Checks whether the commenter's contact information is displayed.
CommentTestBase::getUnapprovedComment in core/modules/comment/src/Tests/CommentTestBase.php
Gets the comment ID for an unapproved comment.
CommentUserNameTest::testUsername in core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php
Test the username formatter.
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.
NumberFieldRdfaTest::testDecimalFormatter in core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php
Tests the decimal formatter.
NumberFieldRdfaTest::testDecimalFormatterWithSettings in core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php
Tests the decimal formatter with settings.
NumberFieldRdfaTest::testFloatFormatter in core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php
Tests the float formatter.
NumberFieldRdfaTest::testFloatFormatterWithScale in core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php
Tests the float formatter with a scale. Scale is not exercised.
NumberFieldRdfaTest::testFloatFormatterWithScaleExercised in core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php
Tests the float formatter with a scale. Scale is exercised.
NumberFieldRdfaTest::testFloatFormatterWithSettings in core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php
Tests the float formatter with settings.
NumberFieldRdfaTest::testIntegerFormatter in core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php
Tests the integer formatter.
NumberFieldRdfaTest::testIntegerFormatterWithSettings in core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php
Tests the integer formatter with settings.
WebTestBase::checkForMetaRefresh in core/modules/simpletest/src/WebTestBase.php
Checks for meta refresh tag and if found call drupalGet() recursively.
WebTestBase::curlExec in core/modules/simpletest/src/WebTestBase.php
Initializes and executes a cURL request.
WhosOnlineBlockTest::testWhosOnlineBlock in core/modules/user/tests/src/Kernel/WhosOnlineBlockTest.php
Test the Who's Online block.

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