You are here

45 calls to AssertLegacyTrait::assertEscaped() in Drupal 8

AddFeedTest::testFeedLabelEscaping in core/modules/aggregator/tests/src/Functional/AddFeedTest.php
Ensures that the feed label is escaping when rendering the feed icon.
BlockTest::testThemeName in core/modules/block/tests/src/Functional/BlockTest.php
Test block display of theme titles.
BlockUiTest::testBlockDemoUiPage in core/modules/block/tests/src/Functional/BlockUiTest.php
Test block demo page exists and functions correctly.
BlockXssTest::doBlockContentTest in core/modules/block/tests/src/Functional/BlockXssTest.php
Tests XSS coming from Block Content block info.
BlockXssTest::doMenuTest in core/modules/block/tests/src/Functional/BlockXssTest.php
Tests XSS coming from Menu block labels.
BlockXssTest::doViewTest in core/modules/block/tests/src/Functional/BlockXssTest.php
Tests XSS coming from View block labels.
BreadcrumbTest::testBreadCrumbs in core/modules/system/tests/src/Functional/Menu/BreadcrumbTest.php
Tests breadcrumbs on node and administrative paths.
CommentPreviewTest::testCommentPreview in core/modules/comment/tests/src/Functional/CommentPreviewTest.php
Tests comment preview.
ConfigTranslationCacheTest::testFieldConfigTranslation in core/modules/config_translation/tests/src/Functional/ConfigTranslationCacheTest.php
Tests the translation of field and field storage configuration.
ConfigTranslationOverviewTest::testMapperListPage in core/modules/config_translation/tests/src/Functional/ConfigTranslationOverviewTest.php
Tests the config translation mapper page.
ConfigTranslationUiTest::testBooleanFieldConfigTranslation in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
Tests the translation of a boolean field settings.
ConfigTranslationUiTest::testFieldConfigTranslation in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
Tests the translation of field and field storage configuration.
ContactPersonalTest::testSendPersonalContactMessage in core/modules/contact/tests/src/Functional/ContactPersonalTest.php
Tests that mails for contact messages are correctly sent.
ContactSitewideTest::testSiteWideContact in core/modules/contact/tests/src/Functional/ContactSitewideTest.php
Tests configuration options and the site-wide contact form.
ContextualDynamicContextTest::testDifferentPermissions in core/modules/contextual/tests/src/Functional/ContextualDynamicContextTest.php
Tests contextual links with different permissions.
DateTimeTest::testDateFormatConfiguration in core/modules/system/tests/src/Functional/System/DateTimeTest.php
Test date format configuration.
DisplayAttachmentTest::testAttachmentUI in core/modules/views_ui/tests/src/Functional/DisplayAttachmentTest.php
Tests the attachment UI.
DisplayFeedTest::checkFeedViewUi in core/modules/views_ui/tests/src/Functional/DisplayFeedTest.php
Checks views UI for a specific feed view.
DisplayPathTest::doPathXssFilterTest in core/modules/views_ui/tests/src/Functional/DisplayPathTest.php
Tests that View paths are properly filtered for XSS.
DisplayTest::testActionLinks in core/modules/views_ui/tests/src/Functional/DisplayTest.php
Tests the action links on the edit display UI.
DisplayTest::testDisplayTitleInButtonsXss in core/modules/views_ui/tests/src/Functional/DisplayTest.php
Ensures that no XSS is possible for buttons.
DrupalMessengerServiceTest::testDrupalMessengerService in core/modules/system/tests/src/Functional/Bootstrap/DrupalMessengerServiceTest.php
Tests Messenger service.
EntityReferenceXSSTest::testEntityReferenceXSS in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceXSSTest.php
Tests markup is escaped in the entity reference select and label formatter.
FilterAdminTest::testFilterAdmin in core/modules/filter/tests/src/Functional/FilterAdminTest.php
Tests filter administration functionality.
FormTest::testLabelOnMultiValueFields in core/modules/field/tests/src/Functional/FormTest.php
Tests the form display of the label for multi-value fields.
FormTest::testSelect in core/modules/system/tests/src/Functional/Form/FormTest.php
Tests validation of #type 'select' elements.
HandlerTest::testHandlerHelpEscaping in core/modules/views_ui/tests/src/Functional/HandlerTest.php
Tests escaping of field labels in help text.
ManageFieldsFunctionalTest::updateField in core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php
Tests editing an existing field.
MenuLinkSecurityTest::testMenuLink in core/modules/system/tests/src/Functional/Menu/MenuLinkSecurityTest.php
Ensures that a menu link does not cause an XSS issue.
MenuRouterTest::doTestHookMenuIntegration in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
Test local tasks with route placeholders.
NodeIntegrationTest::testNodeViewTypeArgument in core/modules/node/tests/src/Functional/Views/NodeIntegrationTest.php
Tests basic node view with a node type argument.
PagePreviewTest::testPagePreview in core/modules/node/tests/src/Functional/PagePreviewTest.php
Checks the node preview functionality.
PreviewTest::testPreviewUI in core/modules/views_ui/tests/src/Functional/PreviewTest.php
Tests arguments in the preview form.
RolesRidArgumentTest::testArgumentTitle in core/modules/user/tests/src/Functional/Views/RolesRidArgumentTest.php
Tests the generated title of a user: roles argument.
RowUITest::testRowUI in core/modules/views_ui/tests/src/Functional/RowUITest.php
Tests changing the row plugin and changing some options of a row.
SearchIntegrationTest::testSearchIntegration in core/modules/views/tests/src/Functional/SearchIntegrationTest.php
Tests search integration.
SearchPageTextTest::testSearchLabelXSS in core/modules/search/tests/src/Functional/SearchPageTextTest.php
Tests for XSS in search module local task.
StyleTableTest::testGrouping in core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php
Tests grouping by a field.
TaxonomyDefaultArgumentTest::testTermTitleEscaping in core/modules/taxonomy/tests/src/Functional/Views/TaxonomyDefaultArgumentTest.php
Tests escaping of page title when the taxonomy plugin provides it.
TaxonomyFieldAllTermsTest::testViewsHandlerAllTermsField in core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldAllTermsTest.php
Tests the "all terms" field handler.
TaxonomyTermArgumentDepthTest::testTermWithDepthArgumentTitleEscaping in core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermArgumentDepthTest.php
Tests title escaping.
TermTest::testTermBreadcrumbs in core/modules/taxonomy/tests/src/Functional/TermTest.php
Check the breadcrumb on edit and delete a term page.
TrackerTest::testTrackerUser in core/modules/tracker/tests/src/Functional/TrackerTest.php
Tests for the presence of nodes on a user's tracker listing.
UpdatePostUpdateFailingTest::doSelectionTest in core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateFailingTest.php
Tests the selection page.
XssTest::testViewsUi in core/modules/views_ui/tests/src/Functional/XssTest.php