You are here

11 calls to AssertContentTrait::assertRaw() in Drupal 10

BooleanFormatterTest::testBooleanFormatter in core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php
Tests boolean formatter output.
ExceptionHandlingTest::testExceptionEscaping in core/tests/Drupal/KernelTests/Core/Routing/ExceptionHandlingTest.php
Tests exception message escaping.
FormActionXssTest::testFormActionXss in core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php
Tests form action attribute for XSS.
LinkGenerationTest::testHookLinkAlter in core/tests/Drupal/KernelTests/Core/Url/LinkGenerationTest.php
Tests how hook_link_alter() can affect escaping of the link text.
RawStringFormatterTest::testStringFormatter in core/modules/field/tests/src/Kernel/String/RawStringFormatterTest.php
Tests string formatter output.
StringFormatterTest::testLinkToContentForEntitiesWithNoCanonicalPath in core/modules/field/tests/src/Kernel/String/StringFormatterTest.php
Test "link_to_entity" feature on fields which are added to config entity.
StringFormatterTest::testStringFormatter in core/modules/field/tests/src/Kernel/String/StringFormatterTest.php
Tests string formatter output.
TimestampFormatterTest::testTimestampAgoFormatter in core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php
Tests TimestampAgoFormatter.
TimestampFormatterTest::testTimestampFormatter in core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php
Tests TimestampFormatter.
TwigFilterTest::testTwigWithoutFilter in core/modules/system/tests/src/Kernel/Theme/TwigFilterTest.php
Tests Twig "without" filter.
TwigRawTest::testAutoescapeRaw in core/modules/system/tests/src/Kernel/Theme/TwigRawTest.php
Tests the raw filter inside an autoescape tag.