60 calls to AssertContentTrait::getRawContent() 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.
- AssertContentTrait::assertEscaped in core/modules/ simpletest/ src/ AssertContentTrait.php 
- Passes if the raw text IS found escaped on the loaded page, fail otherwise.
- AssertContentTrait::assertNoEscaped in core/modules/ simpletest/ src/ AssertContentTrait.php 
- Passes if the raw text IS NOT found escaped on the loaded page, fail otherwise.
- AssertContentTrait::assertNoPattern in core/modules/ simpletest/ src/ AssertContentTrait.php 
- Triggers a pass if the perl regex pattern is not found in raw content.
- AssertContentTrait::assertNoRaw in core/modules/ simpletest/ src/ AssertContentTrait.php 
- Passes if the raw text is NOT found on the loaded page, fail otherwise.
- AssertContentTrait::assertPattern in core/modules/ simpletest/ src/ AssertContentTrait.php 
- Triggers a pass if the Perl regex pattern is found in the raw content.
- AssertContentTrait::assertRaw in core/modules/ simpletest/ src/ AssertContentTrait.php 
- Passes if the raw text IS found on the loaded page, fail otherwise.
- AssertContentTrait::assertTitle in core/modules/ simpletest/ src/ AssertContentTrait.php 
- Pass if the page title is the given string.
- AssertContentTrait::getTextContent in core/modules/ simpletest/ src/ AssertContentTrait.php 
- Retrieves the plain-text content from the current raw content.
- AssertContentTrait::parse in core/modules/ simpletest/ src/ AssertContentTrait.php 
- Parse content returned from curlExec using DOM and SimpleXML.
- BlockRenderOrderTest::testBlockRenderOrder in core/modules/ block/ src/ Tests/ BlockRenderOrderTest.php 
- Tests the render order of the blocks.
- CommentBlockTest::testRecentCommentBlock in core/modules/ comment/ src/ Tests/ CommentBlockTest.php 
- Tests the recent comments block.
- CommentNonNodeTest::commentContactInfoAvailable in core/modules/ comment/ src/ Tests/ CommentNonNodeTest.php 
- Checks whether the commenter's contact information is displayed.
- CommentNonNodeTest::commentExists in core/modules/ comment/ src/ Tests/ CommentNonNodeTest.php 
- Checks current page for specified comment.
- CommentNonNodeTest::getUnapprovedComment in core/modules/ comment/ src/ Tests/ CommentNonNodeTest.php 
- Gets the comment ID for an unapproved comment.
- CommentPreviewTest::testCommentPreviewDuplicateSubmission in core/modules/ comment/ src/ Tests/ CommentPreviewTest.php 
- Tests comment preview.
- CommentRestExportTest::testCommentRestExport in core/modules/ comment/ src/ Tests/ Views/ CommentRestExportTest.php 
- Test comment row.
- CommentTestBase::commentContactInfoAvailable in core/modules/ comment/ src/ Tests/ CommentTestBase.php 
- Checks whether the commenter's contact information is displayed.
- CommentTestBase::getUnapprovedComment in core/modules/ comment/ src/ Tests/ CommentTestBase.php 
- Gets the comment ID for an unapproved comment.
- CommentUserNameTest::testUsername in core/modules/ comment/ src/ Tests/ Views/ CommentUserNameTest.php 
- Test the username formatter.
- ConfigExportImportUITest::testExportImport in core/modules/ config/ src/ Tests/ ConfigExportImportUITest.php 
- Tests a simple site export import case.
- ConfigExportImportUITest::testExportImportCollections in core/modules/ config/ src/ Tests/ ConfigExportImportUITest.php 
- Tests an export and import of collections.
- ConfigExportUITest::testExport in core/modules/ config/ src/ Tests/ ConfigExportUITest.php 
- Tests export of configuration.
- DestinationTest::testDestination in core/modules/ system/ src/ Tests/ Routing/ DestinationTest.php 
- Tests that $_GET/$_REQUEST['destination'] only contain internal URLs.
- EditorAdminTest::testNoEditorAvailable in core/modules/ editor/ src/ Tests/ EditorAdminTest.php 
- Tests an existing format without any editors available.
- EditorLoadingTest::getThingsToCheck in core/modules/ editor/ src/ Tests/ EditorLoadingTest.php 
- EngineTwigTest::testTwigLinkGenerator in core/modules/ system/ src/ Tests/ Theme/ EngineTwigTest.php 
- Tests the link_generator Twig functions.
- EngineTwigTest::testTwigUrlGenerator in core/modules/ system/ src/ Tests/ Theme/ EngineTwigTest.php 
- Tests the url and url_generate Twig functions.
- EngineTwigTest::testTwigUrlToString in core/modules/ system/ src/ Tests/ Theme/ EngineTwigTest.php 
- Tests the magic url to string Twig functions.
- FileListingTest::testFileListingPages in core/modules/ file/ src/ Tests/ FileListingTest.php 
- Tests file overview with different user permissions.
- FormTest::testSelect in core/modules/ system/ src/ Tests/ Form/ FormTest.php 
- Tests validation of #type 'select' elements.
- ItemsPerPageTest::testItemsPerPage in core/modules/ views/ src/ Tests/ Wizard/ ItemsPerPageTest.php 
- Tests the number of items per page.
- LanguageSelectElementTest::testHiddenLanguageSelectElement in core/modules/ system/ src/ Tests/ Form/ LanguageSelectElementTest.php 
- Tests the case when the language select elements should not be printed.
- 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.
- NumberFieldRdfaTest::testDecimalFormatter in core/modules/ rdf/ src/ Tests/ Field/ NumberFieldRdfaTest.php 
- Tests the decimal formatter.
- NumberFieldRdfaTest::testDecimalFormatterWithSettings in core/modules/ rdf/ src/ Tests/ Field/ NumberFieldRdfaTest.php 
- Tests the decimal formatter with settings.
- NumberFieldRdfaTest::testFloatFormatter in core/modules/ rdf/ src/ Tests/ Field/ NumberFieldRdfaTest.php 
- Tests the float formatter.
- NumberFieldRdfaTest::testFloatFormatterWithScale in core/modules/ rdf/ src/ Tests/ Field/ NumberFieldRdfaTest.php 
- Tests the float formatter with a scale. Scale is not exercised.
- NumberFieldRdfaTest::testFloatFormatterWithScaleExercised in core/modules/ rdf/ src/ Tests/ Field/ NumberFieldRdfaTest.php 
- Tests the float formatter with a scale. Scale is exercised.
- NumberFieldRdfaTest::testFloatFormatterWithSettings in core/modules/ rdf/ src/ Tests/ Field/ NumberFieldRdfaTest.php 
- Tests the float formatter with settings.
- NumberFieldRdfaTest::testIntegerFormatter in core/modules/ rdf/ src/ Tests/ Field/ NumberFieldRdfaTest.php 
- Tests the integer formatter.
- NumberFieldRdfaTest::testIntegerFormatterWithSettings in core/modules/ rdf/ src/ Tests/ Field/ NumberFieldRdfaTest.php 
- Tests the integer formatter with settings.
- RenderWebTest::assertRenderedElement in core/modules/ system/ src/ Tests/ Common/ RenderWebTest.php 
- Tests that elements are rendered properly.
- RenderWebTest::testWrapperFormatCacheContext in core/modules/ system/ src/ Tests/ Common/ RenderWebTest.php 
- Asserts the cache context for the wrapper format is always present.
- SelectPagerDefaultTest::testEvenPagerQuery in core/modules/ system/ src/ Tests/ Database/ SelectPagerDefaultTest.php 
- Confirms that a pager query returns the correct results.
- SelectPagerDefaultTest::testOddPagerQuery in core/modules/ system/ src/ Tests/ Database/ SelectPagerDefaultTest.php 
- Confirms that a pager query returns the correct results.
- SelectTableSortDefaultTest::testTableSortQuery in core/modules/ system/ src/ Tests/ Database/ SelectTableSortDefaultTest.php 
- Confirms that a tablesort query returns the correct results.
- SelectTableSortDefaultTest::testTableSortQueryFirst in core/modules/ system/ src/ Tests/ Database/ SelectTableSortDefaultTest.php 
- Confirms precedence of tablesorts headers.
- SessionTest::testSessionSaveRegenerate in core/modules/ system/ src/ Tests/ Session/ SessionTest.php 
- Tests for \Drupal\Core\Session\WriteSafeSessionHandler::setSessionWritable() ::isSessionWritable and \Drupal\Core\Session\SessionManager::regenerate().
- ShutdownFunctionsTest::testShutdownFunctions in core/modules/ system/ src/ Tests/ System/ ShutdownFunctionsTest.php 
- Test shutdown functions.
- SortingTest::testSorting in core/modules/ views/ src/ Tests/ Wizard/ SortingTest.php 
- Tests the sorting functionality.
- StyleSerializerTest::testFieldapiField in core/modules/ rest/ src/ Tests/ Views/ StyleSerializerTest.php 
- Tests the field row style using fieldapi fields.
- TemporaryQueryTest::testTemporaryQuery in core/modules/ system/ src/ Tests/ Database/ TemporaryQueryTest.php 
- Confirms that temporary tables work and are limited to one request.
- ThemeSuggestionsAlterTest::testSpecificSuggestionsAlter in core/modules/ system/ src/ Tests/ Theme/ ThemeSuggestionsAlterTest.php 
- Tests that theme suggestion alter hooks work for specific theme calls.
- ThemeTest::testThemeOnNonHtmlRequest in core/modules/ system/ src/ Tests/ Theme/ ThemeTest.php 
- Ensures that non-HTML requests never initialize themes.
- UpdateContribTest::testUpdateContribOrder in core/modules/ update/ src/ Tests/ UpdateContribTest.php 
- Tests that contrib projects are ordered by project name.
- UserBlocksTest::testWhosOnlineBlock in core/modules/ user/ src/ Tests/ UserBlocksTest.php 
- Test the Who's Online block.
- ViewsFormTest::testFormWrapper in core/modules/ views/ src/ Tests/ Plugin/ ViewsFormTest.php 
- Tests the Views form wrapper.
- WebTestBase::checkForMetaRefresh in core/modules/ simpletest/ src/ WebTestBase.php 
- Checks for meta refresh tag and if found call drupalGet() recursively.
- WebTestBase::curlExec in core/modules/ simpletest/ src/ WebTestBase.php 
- Initializes and executes a cURL request.
