You are here

49 calls to AssertContentTrait::assertEscaped() in Zircon Profile 8.0

AddFeedTest::testFeedLabelEscaping in core/modules/aggregator/src/Tests/AddFeedTest.php
Ensures that the feed label is escaping when rendering the feed icon.
BlockTest::testThemeName in core/modules/block/src/Tests/BlockTest.php
Test block display of theme titles.
BlockUiTest::testBlockDemoUiPage in core/modules/block/src/Tests/BlockUiTest.php
Test block demo page exists and functions correctly.
BlockXssTest::doBlockContentTest in core/modules/block/src/Tests/BlockXssTest.php
Tests XSS coming from Block Content block info.
BlockXssTest::doMenuTest in core/modules/block/src/Tests/BlockXssTest.php
Tests XSS coming from Menu block labels.
BlockXssTest::doViewTest in core/modules/block/src/Tests/BlockXssTest.php
Tests XSS coming from View block labels.
BreadcrumbTest::testBreadCrumbs in core/modules/system/src/Tests/Menu/BreadcrumbTest.php
Tests breadcrumbs on node and administrative paths.
CommentPreviewTest::testCommentPreview in core/modules/comment/src/Tests/CommentPreviewTest.php
Tests comment preview.
ConfigTranslationOverviewTest::testMapperListPage in core/modules/config_translation/src/Tests/ConfigTranslationOverviewTest.php
Tests the config translation mapper page.
ConfigTranslationUiTest::testFieldConfigTranslation in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Tests the translation of field and field storage configuration.
ContactPersonalTest::testSendPersonalContactMessage in core/modules/contact/src/Tests/ContactPersonalTest.php
Tests that mails for contact messages are correctly sent.
ContactSitewideTest::testSiteWideContact in core/modules/contact/src/Tests/ContactSitewideTest.php
Tests configuration options and the site-wide contact form.
ContextualDynamicContextTest::testDifferentPermissions in core/modules/contextual/src/Tests/ContextualDynamicContextTest.php
Tests contextual links with different permissions.
DateTimeTest::testDateFormatConfiguration in core/modules/system/src/Tests/System/DateTimeTest.php
Test date format configuration.
DisplayAttachmentTest::testAttachmentUI in core/modules/views_ui/src/Tests/DisplayAttachmentTest.php
Tests the attachment UI.
DisplayFeedTest::checkFeedViewUi in core/modules/views_ui/src/Tests/DisplayFeedTest.php
Checks views UI for a specific feed view.
DisplayPathTest::doPathXssFilterTest in core/modules/views_ui/src/Tests/DisplayPathTest.php
Tests that View paths are properly filtered for XSS.
DisplayTest::testActionLinks in core/modules/views_ui/src/Tests/DisplayTest.php
Tests the action links on the edit display UI.
DisplayTest::testDisplayTitleInButtonsXss in core/modules/views_ui/src/Tests/DisplayTest.php
Ensures that no XSS is possible for buttons.
DrupalSetMessageTest::testDrupalSetMessage in core/modules/system/src/Tests/Bootstrap/DrupalSetMessageTest.php
Tests drupal_set_message().
EntityReferenceXSSTest::testEntityReferenceXSS in core/modules/field/src/Tests/EntityReference/EntityReferenceXSSTest.php
Tests markup is escaped in the entity reference select and label formatter.
FileSaveHtaccessLoggingTest::testHtaccessSave in core/modules/system/src/Tests/File/FileSaveHtaccessLoggingTest.php
Tests file_save_htaccess().
FilterAdminTest::testFilterAdmin in core/modules/filter/src/Tests/FilterAdminTest.php
Tests filter administration functionality.
FormTest::testLabelOnMultiValueFields in core/modules/field/src/Tests/FormTest.php
Tests the form display of the label for multi-value fields.
FormTest::testSelect in core/modules/system/src/Tests/Form/FormTest.php
Tests validation of #type 'select' elements.
HandlerTest::testHandlerHelpEscaping in core/modules/views_ui/src/Tests/HandlerTest.php
Tests escaping of field labels in help text.
LinkFieldTest::testLinkFormatter in core/modules/link/src/Tests/LinkFieldTest.php
Tests the default 'link' formatter.
LinkGenerationTest::testHookLinkAlter in core/modules/system/src/Tests/Utility/LinkGenerationTest.php
Tests how hook_link_alter() can affect escaping of the link text.
ManageFieldsTest::updateField in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests editing an existing field.
MenuLinkSecurityTest::testMenuLink in core/modules/system/src/Tests/Menu/MenuLinkSecurityTest.php
Ensures that a menu link does not cause an XSS issue.
MenuRouterTest::doTestHookMenuIntegration in core/modules/system/src/Tests/Menu/MenuRouterTest.php
Test local tasks with route placeholders.
NodeIntegrationTest::testNodeViewTypeArgument in core/modules/node/src/Tests/Views/NodeIntegrationTest.php
Tests basic node view with a node type argument.
PagePreviewTest::testPagePreview in core/modules/node/src/Tests/PagePreviewTest.php
Checks the node preview functionality.
RolesRidArgumentTest::testArgumentTitle in core/modules/user/src/Tests/Views/RolesRidArgumentTest.php
Tests the generated title of a user: roles argument.
RowUITest::testRowUI in core/modules/views_ui/src/Tests/RowUITest.php
Tests changing the row plugin and changing some options of a row.
SearchIntegrationTest::testSearchIntegration in core/modules/views/src/Tests/SearchIntegrationTest.php
Tests search integration.
SearchPageTextTest::testSearchLabelXSS in core/modules/search/src/Tests/SearchPageTextTest.php
Tests for XSS in search module local task.
TableTest::testThemeTableTitle in core/modules/system/src/Tests/Theme/TableTest.php
Tests that the select/checkbox label is being generated and escaped.
TableTest::testThemeTableTitle in core/modules/system/src/Tests/Render/Element/TableTest.php
Tests that the select/checkbox label is being generated and escaped.
TaxonomyDefaultArgumentTest::testTermTitleEscaping in core/modules/taxonomy/src/Tests/Views/TaxonomyDefaultArgumentTest.php
Tests escaping of page title when the taxonomy plugin provides it.
TaxonomyFieldAllTermsTest::testViewsHandlerAllTermsField in core/modules/taxonomy/src/Tests/Views/TaxonomyFieldAllTermsTest.php
Tests the "all terms" field handler.
TaxonomyTermArgumentDepthTest::testTermWithDepthArgumentTitleEscaping in core/modules/taxonomy/src/Tests/Views/TaxonomyTermArgumentDepthTest.php
Tests title escaping.
TextFieldTest::_testTextfieldWidgetsFormatted in core/modules/text/src/Tests/TextFieldTest.php
Helper function for testTextfieldWidgetsFormatted().
TrackerTest::testTrackerUser in core/modules/tracker/src/Tests/TrackerTest.php
Tests for the presence of nodes on a user's tracker listing.
TwigDebugMarkupTest::testTwigDebugMarkup in core/modules/system/src/Tests/Theme/TwigDebugMarkupTest.php
Tests debug markup added to Twig template output.
TwigRawTest::testAutoescape in core/modules/system/src/Tests/Theme/TwigRawTest.php
Tests autoescaping of unsafe content.
UpdatePostUpdateFailingTest::doSelectionTest in core/modules/system/src/Tests/Update/UpdatePostUpdateFailingTest.php
Tests the selection page.
ViewsHooksTest::testViewsPreRenderViewsFormViewsForm in core/modules/views/src/Tests/ViewsHooksTest.php
Tests how hook_views_form_substitutions() makes substitutions.
XssTest::testViewsUi in core/modules/views_ui/src/Tests/XssTest.php