20 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.
- 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.
- WhosOnlineBlockTest::testWhosOnlineBlock in core/
modules/ user/ tests/ src/ Kernel/ WhosOnlineBlockTest.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.