18 calls to AssertContentTrait::setRawContent() in Drupal 10
- AddFeedTest::testBasicFeedAddNoTitle in core/
modules/ system/ tests/ src/ Kernel/ Common/ AddFeedTest.php - Tests attaching feeds with paths, URLs, and titles.
- CommentAdminViewTest::doTestFilters in core/
modules/ comment/ tests/ src/ Kernel/ Views/ CommentAdminViewTest.php - Tests comment admin view display.
- CommentUserNameTest::testUsername in core/
modules/ comment/ tests/ src/ Kernel/ Views/ CommentUserNameTest.php - Tests the username formatter.
- ExceptionHandlingTest::testExceptionEscaping in core/
tests/ Drupal/ KernelTests/ Core/ Routing/ ExceptionHandlingTest.php - Tests exception message escaping.
- ExternalFormUrlTest::testActionUrlBehavior in core/
tests/ Drupal/ KernelTests/ Core/ Form/ ExternalFormUrlTest.php - Tests form behavior.
- FieldFieldAccessTestBase::assertFieldAccess in core/
modules/ views/ tests/ src/ Kernel/ Handler/ FieldFieldAccessTestBase.php - Checks views field access for a given entity type and field name.
- FormActionXssTest::testFormActionXss in core/
tests/ Drupal/ KernelTests/ Core/ Form/ FormActionXssTest.php - Tests form action attribute for XSS.
- HistoryTimestampTest::testHandlers in core/
modules/ history/ tests/ src/ Kernel/ Views/ HistoryTimestampTest.php - Tests the handlers.
- KernelTestBase::render in core/
tests/ Drupal/ KernelTests/ KernelTestBase.php - Renders a render array.
- LinkGenerationTest::testHookLinkAlter in core/
tests/ Drupal/ KernelTests/ Core/ Url/ LinkGenerationTest.php - Tests how hook_link_alter() can affect escaping of the link text.
- RelationshipTest::testRelationshipRender in core/
modules/ views/ tests/ src/ Kernel/ Plugin/ RelationshipTest.php - Tests rendering of a view with a relationship.
- StyleGridResponsiveTest::testResponsiveGrid in core/
modules/ views/ tests/ src/ Kernel/ Plugin/ StyleGridResponsiveTest.php - Generates a grid_responsive and asserts that it is displaying correctly.
- StyleGridTest::assertGrid in core/
modules/ views/ tests/ src/ Kernel/ Plugin/ StyleGridTest.php - Generates a grid and asserts that it is displaying correctly.
- TestClass::_setRawContent in core/
tests/ Drupal/ Tests/ Core/ Test/ AssertContentTraitTest.php - TwigFilterTest::testTwigWithoutFilter in core/
modules/ system/ tests/ src/ Kernel/ Theme/ TwigFilterTest.php - Tests Twig "without" filter.
- TwigNamespaceTest::testTwigNamespaces in core/
modules/ system/ tests/ src/ Kernel/ Theme/ TwigNamespaceTest.php - Tests template extension and includes using namespaces.
- TwigRawTest::testAutoescape in core/
modules/ system/ tests/ src/ Kernel/ Theme/ TwigRawTest.php - Tests autoescaping of unsafe content.
- TwigRawTest::testAutoescapeRaw in core/
modules/ system/ tests/ src/ Kernel/ Theme/ TwigRawTest.php - Tests the raw filter inside an autoescape tag.