You are here

129 calls to AssertContentTrait::assertNoRaw() in Zircon Profile 8

AddFeedTest::testFeedLabelEscaping in core/modules/aggregator/src/Tests/AddFeedTest.php
Ensures that the feed label is escaping when rendering the feed icon.
AdminPathEntityConverterLanguageTest::testConfigUsingCurrentLanguage in core/modules/language/src/Tests/AdminPathEntityConverterLanguageTest.php
Tests the translated and untranslated config entities are loaded properly.
AjaxPageStateTest::testHtml5ShivIsNotLoaded in core/modules/system/src/Tests/Render/AjaxPageStateTest.php
Give ajax_page_state[libraries]=core/html5shiv to exclude the library.
AjaxPageStateTest::testMultipleLibrariesAreNotLoaded in core/modules/system/src/Tests/Render/AjaxPageStateTest.php
Test if multiple libaries can be excluded.
ArgumentDefaultTest::testArgumentDefaultNoOptions in core/modules/views/src/Tests/Plugin/ArgumentDefaultTest.php
Tests the use of a default argument plugin that provides no options.
BlockAdminThemeTest::testSevenAdminTheme in core/modules/block/src/Tests/BlockAdminThemeTest.php
Ensure contextual links are disabled in Seven theme.
BlockContentCreationTest::testBlockDelete in core/modules/block_content/src/Tests/BlockContentCreationTest.php
Test deleting a block.
BlockContentTypeTest::testBlockContentTypeEditing in core/modules/block_content/src/Tests/BlockContentTypeTest.php
Tests editing a block type using the UI.
BlockContextMappingUpdateTest::testUpdateHookN in core/modules/block/src/Tests/Update/BlockContextMappingUpdateTest.php
Tests that block context mapping is updated properly.
BlockInvalidRegionTest::testBlockInInvalidRegion in core/modules/block/src/Tests/BlockInvalidRegionTest.php
Tests that blocks assigned to invalid regions work correctly.
BlockTest::testBlock in core/modules/block/src/Tests/BlockTest.php
Test configuring and moving a module-define block to specific regions.
BlockTest::testBlockVisibility in core/modules/block/src/Tests/BlockTest.php
Tests block visibility.
BlockUiTest::testContextAwareBlocks in core/modules/block/src/Tests/BlockUiTest.php
Tests the behavior of context-aware blocks.
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.
BlockXssTest::testBlockXss in core/modules/block/src/Tests/BlockXssTest.php
Tests various modules that provide blocks for XSS.
BlockXssTest::testXssInCategory in core/modules/block/src/Tests/BlockXssTest.php
Tests XSS in category.
BlockXssTest::testXssInTitle in core/modules/block/src/Tests/BlockXssTest.php
Tests XSS in title.
BooleanFieldTest::testBooleanField in core/modules/field/src/Tests/Boolean/BooleanFieldTest.php
Tests boolean field.
BrokenSetUpTest::testMethod in core/modules/simpletest/src/Tests/BrokenSetUpTest.php
Runs this test case from within the simpletest child site.
BulkFormTest::testBulkForm in core/modules/user/src/Tests/Views/BulkFormTest.php
Tests the user bulk form.
CKEditorLoadingTest::testLoading in core/modules/ckeditor/src/Tests/CKEditorLoadingTest.php
Tests loading of CKEditor CSS, JS and JS settings.
ColorSafePreviewTest::testColorPreview in core/modules/color/src/Tests/ColorSafePreviewTest.php
Ensures color preview.html is sanitized.
CommentAnonymousTest::testAnonymous in core/modules/comment/src/Tests/CommentAnonymousTest.php
Tests anonymous comment functionality.
CommentNonNodeTest::testCommentFunctionality in core/modules/comment/src/Tests/CommentNonNodeTest.php
Tests anonymous comment functionality.
CommentRssTest::testCommentRss in core/modules/comment/src/Tests/CommentRssTest.php
Tests comments as part of an RSS feed.
ConfigEntityListTest::testPager in core/modules/config/src/Tests/ConfigEntityListTest.php
Test paging.
ConfigEntityTest::testCRUDUI in core/modules/config/src/Tests/ConfigEntityTest.php
Tests CRUD operations through the UI.
ConfigExportUITest::testExport in core/modules/config/src/Tests/ConfigExportUITest.php
Tests export of configuration.
ConfigImportUITest::testEntityBundleDelete in core/modules/config/src/Tests/ConfigImportUITest.php
Tests the config importer cannot delete bundles with existing entities.
ConfigImportUITest::testImport in core/modules/config/src/Tests/ConfigImportUITest.php
Tests importing configuration.
ConfigTranslationUiTest::testPluralConfigStringsSourceElements in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Test the number of source elements for plural strings in config translation forms.
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.
ContentTranslationEnableTest::testEnable in core/modules/content_translation/src/Tests/ContentTranslationEnableTest.php
Tests that entity schemas are up-to-date after enabling translation.
ContentTranslationUITestBase::doTestBasicTranslation in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Tests the basic translation workflow.
ContextualDynamicContextTest::assertNoContextualLinkPlaceHolder in core/modules/contextual/src/Tests/ContextualDynamicContextTest.php
Asserts that a contextual link placeholder with the given id does not exist.
DateTimeFieldTest::testDateField in core/modules/datetime/src/Tests/DateTimeFieldTest.php
Tests date field functionality.
DbLogTest::testOverviewLinks in core/modules/dblog/src/Tests/DbLogTest.php
Make sure HTML tags are filtered out in the log overview links.
DefaultMobileMetaTagsTest::testRemovingDefaultMetaTags in core/modules/system/src/Tests/System/DefaultMobileMetaTagsTest.php
Verifies that the default mobile meta tags can be removed.
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.
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.
EditorAdminTest::selectUnicornEditor in core/modules/editor/src/Tests/EditorAdminTest.php
Tests and selects the unicorn editor.
EntityFilteringThemeTest::testThemedEntity in core/modules/system/src/Tests/Theme/EntityFilteringThemeTest.php
Checks each themed entity for XSS filtering in available themes.
EntityListBuilderTest::testPager in core/modules/system/src/Tests/Entity/EntityListBuilderTest.php
Test paging.
ErrorHandlerTest::assertNoErrorMessage in core/modules/system/src/Tests/System/ErrorHandlerTest.php
Helper function: assert that the error message is not found.
ErrorHandlerTest::testErrorHandler in core/modules/system/src/Tests/System/ErrorHandlerTest.php
Test the error handler.
ExceptionHandlingTest::testExceptionEscaping in core/modules/system/src/Tests/Routing/ExceptionHandlingTest.php
Tests exception message escaping.
FieldAttachOtherTest::testEntityDisplayBuild in core/modules/field/src/Tests/FieldAttachOtherTest.php
Test rendering fields with EntityDisplay build().
FileFieldDisplayTest::testNodeDisplay in core/modules/file/src/Tests/FileFieldDisplayTest.php
Tests normal formatter display on node display.
FileFieldWidgetTest::testWidgetValidation in core/modules/file/src/Tests/FileFieldWidgetTest.php
Tests validation with the Upload button.
FilterAdminTest::testDisabledFormat in core/modules/filter/src/Tests/FilterAdminTest.php
Tests whether a field using a disabled format is rendered.
FilterAdminTest::testFilterAdmin in core/modules/filter/src/Tests/FilterAdminTest.php
Tests filter administration functionality.
FilterAdminTest::testUrlFilterAdmin in core/modules/filter/src/Tests/FilterAdminTest.php
Tests the URL filter settings form is properly validated.
FilterUITest::testFiltersUI in core/modules/views_ui/src/Tests/FilterUITest.php
Tests the filters from the UI.
FormTest::testGetFormsCsrfToken in core/modules/system/src/Tests/Form/FormTest.php
CSRF tokens for GET forms should not be added by default.
FormTest::testNumber in core/modules/system/src/Tests/Form/FormTest.php
Tests validation of #type 'number' and 'range' elements.
FormTest::testRequiredTextfieldNoTitle in core/modules/system/src/Tests/Form/FormTest.php
Tests validation for required textfield element without title.
FormTest::testSelect in core/modules/system/src/Tests/Form/FormTest.php
Tests validation of #type 'select' elements.
ForumTest::createForumTopic in core/modules/forum/src/Tests/ForumTest.php
Creates a forum topic.
HandlerFilterUserNameTest::testAdminUserInterface in core/modules/user/src/Tests/Views/HandlerFilterUserNameTest.php
Tests using the user interface.
HandlerFilterUserNameTest::testExposedFilter in core/modules/user/src/Tests/Views/HandlerFilterUserNameTest.php
Tests exposed filters.
ImageFieldDisplayTest::testImageFieldDefaultImage in core/modules/image/src/Tests/ImageFieldDisplayTest.php
Test use of a default image with an image field.
ImageFieldDisplayTest::testImageFieldSettings in core/modules/image/src/Tests/ImageFieldDisplayTest.php
Tests for image field settings.
ImageStylesPathAndUrlTest::doImageStyleUrlAndPathTests in core/modules/image/src/Tests/ImageStylesPathAndUrlTest.php
Tests building an image style URL.
LanguageNegotiationInfoTest::testInfoAlterations in core/modules/language/src/Tests/LanguageNegotiationInfoTest.php
Tests alterations to language types/negotiation info.
LinkFieldTest::testLinkFormatter in core/modules/link/src/Tests/LinkFieldTest.php
Tests the default 'link' formatter.
LinkFieldTest::testLinkTitle in core/modules/link/src/Tests/LinkFieldTest.php
Tests the link title settings of a link field.
LocaleExportTest::testExportTranslation in core/modules/locale/src/Tests/LocaleExportTest.php
Test exportation of translations.
MenuLinkSecurityTest::testMenuLink in core/modules/system/src/Tests/Menu/MenuLinkSecurityTest.php
Ensures that a menu link does not cause an XSS issue.
MenuNodeTest::testMenuNodeFormWidget in core/modules/menu_ui/src/Tests/MenuNodeTest.php
Test creating, editing, deleting menu links via node form widget.
MenuTest::addCustomMenu in core/modules/menu_ui/src/Tests/MenuTest.php
Creates a custom menu.
MenuTest::deleteCustomMenu in core/modules/menu_ui/src/Tests/MenuTest.php
Deletes the locally stored custom menu.
NodeAccessPagerTest::testCommentPager in core/modules/node/src/Tests/NodeAccessPagerTest.php
Tests the comment pager for nodes with multiple grants per realm.
NodeAccessPagerTest::testForumPager in core/modules/node/src/Tests/NodeAccessPagerTest.php
Tests the forum node pager for nodes with multiple grants per realm.
NodeTitleXSSTest::testNodeTitleXSS in core/modules/node/src/Tests/NodeTitleXSSTest.php
Tests XSS functionality with a node entity.
NodeTranslationUITest::testTranslationLinkTheme in core/modules/node/src/Tests/NodeTranslationUITest.php
Tests that translation page inherits admin status of edit page.
NodeTypeTest::testNodeTypeEditing in core/modules/node/src/Tests/NodeTypeTest.php
Tests editing a node type using the UI.
NumberFieldTest::assertSetMinimumValue in core/modules/field/src/Tests/Number/NumberFieldTest.php
Helper function to set the minimum value of a field.
OptionsFieldUITest::assertAllowedValuesInput in core/modules/options/src/Tests/OptionsFieldUITest.php
Tests a string input for the 'allowed values' form element.
PagePreviewTest::testPagePreview in core/modules/node/src/Tests/PagePreviewTest.php
Checks the node preview functionality.
PageTest::testBatchProgressMessages in core/modules/system/src/Tests/Batch/PageTest.php
Tests that the progress messages are correct.
PageTitleTest::testTitleXSS in core/modules/system/src/Tests/System/PageTitleTest.php
Test if the title of the site is XSS proof.
PathNodeFormTest::testNodeForm in core/modules/path/src/Tests/PathNodeFormTest.php
Tests the node form ui.
QuickEditLoadingTest::testUserWithoutPermission in core/modules/quickedit/src/Tests/QuickEditLoadingTest.php
Test the loading of Quick Edit when a user doesn't have access to it.
RawStringFormatterTest::testStringFormatter in core/modules/field/src/Tests/String/RawStringFormatterTest.php
Tests string formatter output.
RouterPermissionTest::testPermissionAccess in core/modules/system/src/Tests/Routing/RouterPermissionTest.php
Tests permission requirements on routes.
RssTest::testTaxonomyRss in core/modules/taxonomy/src/Tests/RssTest.php
Tests that terms added to nodes are displayed in core RSS feed.
SaveUploadTest::testHandleDangerousFile in core/modules/file/src/Tests/SaveUploadTest.php
Test dangerous file handling.
SaveUploadTest::testHandleExtension in core/modules/file/src/Tests/SaveUploadTest.php
Test extension handling.
SaveUploadTest::testHandleFileMunge in core/modules/file/src/Tests/SaveUploadTest.php
Test file munge handling.
SaveUploadTest::testNoUpload in core/modules/file/src/Tests/SaveUploadTest.php
Test for no failures when not uploading a file.
SearchCommentTest::testSearchResultsComment in core/modules/search/src/Tests/SearchCommentTest.php
Verify that comments are rendered using proper format in search results.
SearchNodeDiacriticsTest::testPhraseSearchPunctuation in core/modules/search/src/Tests/SearchNodeDiacriticsTest.php
Tests that search returns results with diacritics in the search phrase.
SearchNodePunctuationTest::testPhraseSearchPunctuation in core/modules/search/src/Tests/SearchNodePunctuationTest.php
Tests that search works with punctuation and HTML entities.
SiteBrandingConvertedIntoBlockUpdateTest::testUpdateHookN in core/modules/system/src/Tests/Update/SiteBrandingConvertedIntoBlockUpdateTest.php
Tests that site branding elements are being converted into blocks.
SiteMaintenanceTest::testSiteMaintenance in core/modules/system/src/Tests/System/SiteMaintenanceTest.php
Verify site maintenance mode functionality.
StandardInstallerTest::setUpSite in core/modules/system/src/Tests/Installer/StandardInstallerTest.php
Final installer step: Configure site.
StringFormatterTest::testStringFormatter in core/modules/field/src/Tests/String/StringFormatterTest.php
Tests string formatter output.
SummaryLengthTest::testSummaryLength in core/modules/node/src/Tests/SummaryLengthTest.php
Tests the node summary length functionality.
TableTest::testThemeTableNoStickyHeaders in core/modules/system/src/Tests/Theme/TableTest.php
If $sticky is FALSE, no tableheader.js should be included.
TableTest::testThemeTableNoStickyHeaders in core/modules/system/src/Tests/Render/Element/TableTest.php
If $sticky is FALSE, no tableheader.js should be included.
TableTest::testThemeTableNotResponsiveHeaders in core/modules/system/src/Tests/Theme/TableTest.php
Tests that the 'responsive-table' class is not applied without headers.
TableTest::testThemeTableNotResponsiveHeaders in core/modules/system/src/Tests/Render/Element/TableTest.php
Tests that the 'responsive-table' class is not applied without headers.
TableTest::testThemeTableNotResponsiveProperty in core/modules/system/src/Tests/Theme/TableTest.php
Tests that 'responsive-table' class only applied when responsive is TRUE.
TableTest::testThemeTableNotResponsiveProperty in core/modules/system/src/Tests/Render/Element/TableTest.php
Tests that 'responsive-table' class only applied when responsive is TRUE.
TableTest::testThemeTableWithNoStriping in core/modules/system/src/Tests/Theme/TableTest.php
Tests that the 'no_striping' option works correctly.
TableTest::testThemeTableWithNoStriping in core/modules/system/src/Tests/Render/Element/TableTest.php
Tests that the 'no_striping' option works correctly.
TextFieldTest::_testTextfieldWidgetsFormatted in core/modules/text/src/Tests/TextFieldTest.php
Helper function for testTextfieldWidgetsFormatted().
ThemeTest::testUninstallingThemes in core/modules/system/src/Tests/System/ThemeTest.php
Test uninstalling of themes works.
UncaughtExceptionTest::testMissingDependencyCustomErrorHandler in core/modules/system/src/Tests/System/UncaughtExceptionTest.php
Tests a missing dependency on a service with a custom error handler.
UninstallTest::testUninstallPage in core/modules/system/src/Tests/Module/UninstallTest.php
Tests the Uninstall page and Uninstall confirmation page.
UpdateApiEntityDefinitionUpdateTest::testStatusReport in core/modules/system/src/Tests/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php
Tests that entity updates are correctly reported in the status report page.
UpdateContribTest::testNoReleasesAvailable in core/modules/update/src/Tests/UpdateContribTest.php
Tests when there is no available release data for a contrib module.
UpdateContribTest::testUpdateBrokenFetchURL in core/modules/update/src/Tests/UpdateContribTest.php
Makes sure that if we fetch from a broken URL, sane things happen.
UpdateContribTest::testUpdateContribBasic in core/modules/update/src/Tests/UpdateContribTest.php
Tests the basic functionality of a contrib module on the status report.
UpdateContribTest::testUpdateContribOrder in core/modules/update/src/Tests/UpdateContribTest.php
Tests that contrib projects are ordered by project name.
UpdateContribTest::testUpdateShowDisabledThemes in core/modules/update/src/Tests/UpdateContribTest.php
Tests that disabled themes are only shown when desired.
UpdateCoreTest::testModulePageSecurityUpdate in core/modules/update/src/Tests/UpdateCoreTest.php
Checks the messages at admin/modules when a security update is missing.
UpdatePathTestBase::runUpdates in core/modules/system/src/Tests/Update/UpdatePathTestBase.php
Helper function to run pending database updates.
UserCancelTest::testUserCancelWithoutPermission in core/modules/user/src/Tests/UserCancelTest.php
Attempt to cancel account without permission.
UserCreateTest::testUserAdd in core/modules/user/src/Tests/UserCreateTest.php
Create a user through the administration interface and ensure that it displays in the user list.
UserEditTest::testUserEdit in core/modules/user/src/Tests/UserEditTest.php
Test user edit page.
UserPictureTest::testPictureOnNodeComment in core/modules/user/src/Tests/UserPictureTest.php
Tests embedded users on node pages.
UserRegistrationTest::testRegistrationDefaultValues in core/modules/user/src/Tests/UserRegistrationTest.php
ValidationTest::testPatternValidation in core/modules/system/src/Tests/Form/ValidationTest.php
Tests #pattern validation.