56 calls to AssertContentTrait::setRawContent() in Zircon Profile 8
- AddFeedTest::testBasicFeedAddNoTitle in core/
modules/ system/ src/ Tests/ Common/ AddFeedTest.php - Tests attaching feeds with paths, URLs, and titles.
- AreaEntityTest::doTestRender in core/
modules/ views/ src/ Tests/ Handler/ AreaEntityTest.php - Tests rendering the entity area handler.
- AreaTest::testRenderEmptyHeaderFooter in core/
modules/ views/ src/ Tests/ Handler/ AreaTest.php - Tests that the header and footer areas are not rendered if empty.
- BlockViewBuilderTest::testBlockViewBuilderViewAlter in core/
modules/ block/ src/ Tests/ BlockViewBuilderTest.php - Tests block view altering.
- BooleanFieldTest::testBooleanField in core/
modules/ field/ src/ Tests/ Boolean/ BooleanFieldTest.php - Tests boolean field.
- BrowserTest::testXPathEscaping in core/
modules/ simpletest/ src/ Tests/ BrowserTest.php - Tests XPath escaping.
- CommentPreviewTest::testCommentPreviewDuplicateSubmission in core/
modules/ comment/ src/ Tests/ CommentPreviewTest.php - Tests comment preview.
- CommentUserNameTest::testUsername in core/
modules/ comment/ src/ Tests/ Views/ CommentUserNameTest.php - Test the username formatter.
- ContentTranslationContextualLinksTest::testContentTranslationContextualLinks in core/
modules/ content_translation/ src/ Tests/ ContentTranslationContextualLinksTest.php - Tests that a contextual link is available for translating a node.
- CustomBooleanTest::testCustomOptionTemplate in core/
modules/ views_ui/ src/ Tests/ CustomBooleanTest.php - Tests the setting and output of custom labels for boolean values.
- DateTimeFieldTest::renderTestEntity in core/
modules/ datetime/ src/ Tests/ DateTimeFieldTest.php - Renders a entity_test and sets the output in the internal browser.
- DialogTest::testDialog in core/
modules/ system/ src/ Tests/ Ajax/ DialogTest.php - Test sending non-JS and AJAX requests to open and manipulate modals.
- DisplayTest::testReadMore in core/
modules/ views/ src/ Tests/ Plugin/ DisplayTest.php - Tests the readmore functionality.
- EmailFieldTest::testEmailField in core/
modules/ field/ src/ Tests/ Email/ EmailFieldTest.php - Tests email field.
- ExceptionHandlingTest::testExceptionEscaping in core/
modules/ system/ src/ Tests/ Routing/ ExceptionHandlingTest.php - Tests exception message escaping.
- ExposedFormTest::testExposedFormRender in core/
modules/ views/ src/ Tests/ Plugin/ ExposedFormTest.php - Tests the exposed form markup.
- ExternalFormUrlTest::testActionUrlBehavior in core/
modules/ system/ src/ Tests/ Form/ ExternalFormUrlTest.php - Tests form behaviour.
- FieldFieldAccessTestBase::assertFieldAccess in core/
modules/ views/ src/ Tests/ Handler/ FieldFieldAccessTestBase.php - Checks views field access for a given entity type and field name.
- FieldRdfaTestBase::assertFormatterRdfa in core/
modules/ rdf/ src/ Tests/ Field/ FieldRdfaTestBase.php - Helper function to test the formatter's RDFa.
- FormTest::testFieldFormJSAddMore in core/
modules/ field/ src/ Tests/ FormTest.php - HistoryTimestampTest::testHandlers in core/
modules/ history/ src/ Tests/ Views/ HistoryTimestampTest.php - Tests the handlers.
- ImageThemeFunctionTest::testImageAltFunctionality in core/
modules/ image/ src/ Tests/ ImageThemeFunctionTest.php - Tests image alt attribute functionality.
- ImageThemeFunctionTest::testImageFormatterTheme in core/
modules/ image/ src/ Tests/ ImageThemeFunctionTest.php - Tests usage of the image field formatters.
- ImageThemeFunctionTest::testImageStyleTheme in core/
modules/ image/ src/ Tests/ ImageThemeFunctionTest.php - Tests usage of the image style theme function.
- KernelTestBase::render in core/
tests/ Drupal/ KernelTests/ KernelTestBase.php - Renders a render array.
- KernelTestBase::render in core/
modules/ simpletest/ src/ KernelTestBase.php - Renders a render array.
- LinkFieldTest::renderTestEntity in core/
modules/ link/ src/ Tests/ LinkFieldTest.php - Renders a test_entity and sets the output in the internal browser.
- LinkGenerationTest::testHookLinkAlter in core/
modules/ system/ src/ Tests/ Utility/ LinkGenerationTest.php - Tests how hook_link_alter() can affect escaping of the link text.
- ManageDisplayTest::assertNodeViewTextHelper in core/
modules/ field_ui/ src/ Tests/ ManageDisplayTest.php - Asserts that a string is (not) found in the rendered nodein a view mode.
- NodeContextualLinksTest::testNodeContextualLinks in core/
modules/ node/ src/ Tests/ Views/ NodeContextualLinksTest.php - Tests contextual links.
- QuickEditAutocompleteTermTest::testAutocompleteQuickEdit in core/
modules/ quickedit/ src/ Tests/ QuickEditAutocompleteTermTest.php - Tests Quick Edit autocomplete term behavior.
- RelationshipTest::testRelationshipRender in core/
modules/ views/ src/ Tests/ Handler/ RelationshipTest.php - Tests rendering of a view with a relationship.
- RenderCacheIntegrationTest::assertCacheTagsForFieldBasedView in core/
modules/ views/ src/ Tests/ RenderCacheIntegrationTest.php - Tests cache tags on output & result cache items for a field-based view.
- RenderWebTest::assertRenderedElement in core/
modules/ system/ src/ Tests/ Common/ RenderWebTest.php - Tests that elements are rendered properly.
- RouteProviderTest::testAdminHtmlRoutes in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ RouteProviderTest.php - @covers \Drupal\Core\Entity\Routing\AdminHtmlRouteProvider::getEditFormRoute @covers \Drupal\Core\Entity\Routing\AdminHtmlRouteProvider::getDeleteFormRoute
- RouteProviderTest::testHtmlRoutes in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ RouteProviderTest.php - @covers \Drupal\Core\Entity\Routing\DefaultHtmlRouteProvider::getRoutes
- StringFieldTest::_testTextfieldWidgets in core/
modules/ field/ src/ Tests/ String/ StringFieldTest.php - Helper function for testTextfieldWidgets().
- StyleGridTest::assertGrid in core/
modules/ views/ src/ Tests/ Plugin/ StyleGridTest.php - Generates a grid and asserts that it is displaying correctly.
- SummaryLengthTest::testSummaryLength in core/
modules/ node/ src/ Tests/ SummaryLengthTest.php - Tests the node summary length functionality.
- TestClass::_setRawContent in core/
modules/ simpletest/ tests/ src/ Unit/ AssertContentTraitTest.php - TextFieldTest::_testTextfieldWidgetsFormatted in core/
modules/ text/ src/ Tests/ TextFieldTest.php - Helper function for testTextfieldWidgetsFormatted().
- TextFormatElementFormTest::testTextFormatElement in core/
modules/ filter/ src/ Tests/ TextFormatElementFormTest.php - Tests that values are returned.
- TwigDebugMarkupTest::testTwigDebugMarkup in core/
modules/ system/ src/ Tests/ Theme/ TwigDebugMarkupTest.php - Tests debug markup added to Twig template output.
- TwigFilterTest::testTwigWithoutFilter in core/
modules/ system/ src/ Tests/ Theme/ TwigFilterTest.php - Test Twig "without" filter.
- TwigNamespaceTest::testTwigNamespaces in core/
modules/ system/ src/ Tests/ Theme/ TwigNamespaceTest.php - Tests template extension and includes using namespaces.
- TwigRawTest::testAutoescape in core/
modules/ system/ src/ Tests/ Theme/ TwigRawTest.php - Tests autoescaping of unsafe content.
- TwigRawTest::testAutoescapeRaw in core/
modules/ system/ src/ Tests/ Theme/ TwigRawTest.php - Tests the raw filter inside an autoescape tag.
- TwigWhiteListTest::testWhiteListChaining in core/
modules/ system/ src/ Tests/ Theme/ TwigWhiteListTest.php - Tests white-listing of methods doesn't interfere with chaining.
- UserBlocksTest::testWhosOnlineBlock in core/
modules/ user/ src/ Tests/ UserBlocksTest.php - Test the Who's Online block.
- UserFieldsTest::testUserFields in core/
modules/ user/ src/ Tests/ UserFieldsTest.php - Tests account's available fields.
- ViewAjaxTest::testAjaxView in core/
modules/ views/ src/ Tests/ ViewAjaxTest.php - Tests an ajax view.
- ViewElementTest::testViewElement in core/
modules/ views/ src/ Tests/ ViewElementTest.php - Tests the rendered output and form output of a view element.
- ViewElementTest::testViewElementEmbed in core/
modules/ views/ src/ Tests/ ViewElementTest.php - Tests the rendered output and form output of a view element, using the embed display plugin.
- ViewsHooksTest::testViewsPreRenderViewsFormViewsForm in core/
modules/ views/ src/ Tests/ ViewsHooksTest.php - Tests how hook_views_form_substitutions() makes substitutions.
- WebTestBase::curlExec in core/
modules/ simpletest/ src/ WebTestBase.php - Initializes and executes a cURL request.
- WebTestBase::drupalProcessAjaxResponse in core/
modules/ simpletest/ src/ WebTestBase.php - Processes an AJAX response into current content.