83 calls to HttpKernelUiHelperTrait::drupalGet()

AdminMetaTagTest::testMetaTag in core/modules/system/tests/src/Kernel/System/AdminMetaTagTest.php
Verify that the meta tag HTML is generated correctly.
ComponentRenderTest::testLibraryOverrides in core/tests/Drupal/KernelTests/Component/ComponentRenderTest.php
Tests libraryOverrides.
ContentNegotiationTest::testBogusAcceptHeader in core/modules/system/tests/src/Kernel/DrupalKernel/ContentNegotiationTest.php
Verifies HTML responses for bogus Accept headers.
DateFormatsLockedTest::testDateLocking in core/modules/system/tests/src/Kernel/System/DateFormatsLockedTest.php
Tests attempts at listing, editing, and deleting locked date formats.
DefaultMetatagsTest::testMetaTag in core/modules/system/tests/src/Kernel/Page/DefaultMetatagsTest.php
Tests meta tags.
DefaultMobileMetaTagsTest::testDefaultMetaTagsExist in core/modules/system/tests/src/Kernel/System/DefaultMobileMetaTagsTest.php
Verifies that the default mobile meta tags are added.
DefaultMobileMetaTagsTest::testRemovingDefaultMetaTags in core/modules/system/tests/src/Kernel/System/DefaultMobileMetaTagsTest.php
Verifies that the default mobile meta tags can be removed.
ElementsContainerTest::testOptionalContainerElements in core/modules/system/tests/src/Kernel/Form/ElementsContainerTest.php
Tests the #optional container property.
ElementsLabelsTest::testFormDescriptions in core/modules/system/tests/src/Kernel/Form/ElementsLabelsTest.php
Tests different display options for form element descriptions.
ElementsLabelsTest::testFormLabels in core/modules/system/tests/src/Kernel/Form/ElementsLabelsTest.php
Tests form element rendering.
ElementsLabelsTest::testTitleEscaping in core/modules/system/tests/src/Kernel/Form/ElementsLabelsTest.php
Tests XSS-protection of element labels.
EngineNyanCatTest::testTemplateOverride in core/modules/system/tests/src/Kernel/Theme/EngineNyanCatTest.php
Ensures a theme's template is overridable based on the 'template' filename.
EntityConcurrentRenderTest::testSameEntityInMultipleBlocks in core/tests/Drupal/KernelTests/Core/Entity/EntityConcurrentRenderTest.php
Tests that two blocks rendering the same entity both produce output.
EntityOperationsTest::testEntityOperationAlter in core/modules/system/tests/src/Kernel/Entity/EntityOperationsTest.php
Checks that hook_entity_operation_alter() can add an operation.
ExperimentalHelpTest::testExperimentalHelp in core/modules/help/tests/src/Kernel/ExperimentalHelpTest.php
Verifies that a status message is displayed for experimental modules.
HelpBlockTest::testHelp in core/modules/help/tests/src/Kernel/HelpBlockTest.php
Logs in users, tests help pages.
HelpPageOrderTest::testHelp in core/modules/help/tests/src/Kernel/HelpPageOrderTest.php
Tests the order of the help page.
HelpTest::testHelp in core/modules/help/tests/src/Kernel/HelpTest.php
Logs in users, tests help pages.
HelpTest::verifyHelp in core/modules/help/tests/src/Kernel/HelpTest.php
Verifies the logged in user has access to the various help pages.
HelpTopicTest::testHelp in core/modules/help/tests/src/Kernel/HelpTopicTest.php
Tests the main help page and individual pages for topics.
HelpTopicTest::testHelpLinks in core/modules/help/tests/src/Kernel/HelpTopicTest.php
Verifies links on various topic pages.
HelpTopicTest::verifyHelp in core/modules/help/tests/src/Kernel/HelpTopicTest.php
Verifies the logged in user has access to various help links and pages.
HttpKernelUiHelperTrait::clickLink in core/tests/Drupal/Tests/HttpKernelUiHelperTrait.php
Follows a link by complete name.
HttpResponseDebugCacheabilityHeadersTest::testCacheDebugHeadersLineLength in core/tests/Drupal/KernelTests/Core/EventSubscriber/HttpResponseDebugCacheabilityHeadersTest.php
Tests that cache debug headers do not error from exceeding line limits.
ImageLoadingAttributeTest::testImageLoadingAttribute in core/modules/system/tests/src/Kernel/Theme/ImageLoadingAttributeTest.php
Tests that loading attribute is enabled for images.
JqueryUiLibraryAssetsTest::testAssetLoadingUnchanged in core/tests/Drupal/KernelTests/Core/Libraries/JqueryUiLibraryAssetsTest.php
Confirms jQuery UI assets load as expected.
KernelTestHttpCacheRequestTest::testRequestAnonymous in core/tests/Drupal/KernelTests/KernelTestHttpCacheRequestTest.php
Tests a request is cached and retrieved.
KernelTestHttpDynamicCacheRequestTest::testRequestAuthenticated in core/tests/Drupal/KernelTests/KernelTestHttpDynamicCacheRequestTest.php
Tests a request is cached and retrieved.
KernelTestHttpRequestTest::testClickLink in core/tests/Drupal/KernelTests/KernelTestHttpRequestTest.php
Tests clickLink() functionality.
KernelTestHttpRequestTest::testKernelTestRoute in core/tests/Drupal/KernelTests/KernelTestHttpRequestTest.php
Test that kernel test classes can provide their own routes.
KernelTestHttpRequestTest::testRequest in core/tests/Drupal/KernelTests/KernelTestHttpRequestTest.php
Tests making a request.
LinkFieldWidgetTest::testLinkWidgetCaughtExceptionEditingInvalidUrl in core/modules/link/tests/src/Kernel/LinkFieldWidgetTest.php
Test link widget exception handled if link uri value is invalid.
ManageFieldsTest::testHiddenFields in core/modules/field_ui/tests/src/Kernel/ManageFieldsTest.php
Tests that Field UI respects the 'no_ui' flag in the field type definition.
ManageFieldsTest::testLockedField in core/modules/field_ui/tests/src/Kernel/ManageFieldsTest.php
Tests that Field UI respects locked fields.
ManyAssetsLoadOrderTest::testLoadOrder in core/tests/Drupal/KernelTests/Core/Libraries/ManyAssetsLoadOrderTest.php
Loads a page with many assets that have different but close weights.
MediaFilterControllerTest::testPreview in core/modules/media/tests/src/Kernel/MediaFilterControllerTest.php
Tests that media access is validated on media filter preview request.
NavigationContentTopTest::testNavigationContentTop in core/modules/navigation/tests/src/Kernel/NavigationContentTopTest.php
Tests behavior of content_top section hooks.
NavigationDefaultBlockDefinitionTest::testNavigationDefaultAfterNavigation in core/modules/navigation/tests/src/Kernel/NavigationDefaultBlockDefinitionTest.php
Tests the default block flow enabling Navigation module first.
NavigationDefaultBlockDefinitionTest::testNavigationDefaultBeforeNavigation in core/modules/navigation/tests/src/Kernel/NavigationDefaultBlockDefinitionTest.php
Tests the default block flow enabling the block provider module first.
NodeLinksTest::testHideLinks in core/modules/node/tests/src/Kernel/NodeLinksTest.php
Tests that the links can be hidden in the view display settings.
NoHelpTest::testMainPageNoHelp in core/modules/help/tests/src/Kernel/NoHelpTest.php
Ensures modules not implementing help do not appear on admin/help.
PathEncodedTest::testAliasToEncoded in core/tests/Drupal/KernelTests/Core/Routing/PathEncodedTest.php
Test PathEncodedTestController.
PathEncodedTest::testGetEncoded in core/tests/Drupal/KernelTests/Core/Routing/PathEncodedTest.php
Test PathEncodedTestController.
RenderArrayNonHtmlSubscriberTest::testResponses in core/modules/system/tests/src/Kernel/Render/RenderArrayNonHtmlSubscriberTest.php
Tests handling of responses by events subscriber.
RevisionRouteProviderTest::testRevisionTitle in core/tests/Drupal/KernelTests/Core/Entity/RevisionRouteProviderTest.php
Tests title is from revision in context.
RevisionVersionHistoryTest::testCurrentRevision in core/tests/Drupal/KernelTests/Core/Entity/RevisionVersionHistoryTest.php
Test current revision is indicated.
RevisionVersionHistoryTest::testDescriptionLinkNoAccess in core/tests/Drupal/KernelTests/Core/Entity/RevisionVersionHistoryTest.php
Test revision link, without access to revision page.
RevisionVersionHistoryTest::testDescriptionLinkWithAccess in core/tests/Drupal/KernelTests/Core/Entity/RevisionVersionHistoryTest.php
Test revision link, with access to revision page.
RevisionVersionHistoryTest::testDescriptionNoRevLogNoLabelAccess in core/tests/Drupal/KernelTests/Core/Entity/RevisionVersionHistoryTest.php
Test description with entity, without revision log, no label access.
RevisionVersionHistoryTest::testDescriptionNoRevLogWithLabelAccess in core/tests/Drupal/KernelTests/Core/Entity/RevisionVersionHistoryTest.php
Test description with entity, without revision log, with label access.
RevisionVersionHistoryTest::testDescriptionRevisionLogMessage in core/tests/Drupal/KernelTests/Core/Entity/RevisionVersionHistoryTest.php
Test revision log message if supported, and HTML tags are stripped.
RevisionVersionHistoryTest::testDescriptionRevLog in core/tests/Drupal/KernelTests/Core/Entity/RevisionVersionHistoryTest.php
Test description with entity implementing revision log.
RevisionVersionHistoryTest::testDescriptionRevLogNullValues in core/tests/Drupal/KernelTests/Core/Entity/RevisionVersionHistoryTest.php
Test description with entity implementing revision log, with empty values.
RevisionVersionHistoryTest::testOperationDeleteRevision in core/tests/Drupal/KernelTests/Core/Entity/RevisionVersionHistoryTest.php
Test delete operation.
RevisionVersionHistoryTest::testOperationRevertRevision in core/tests/Drupal/KernelTests/Core/Entity/RevisionVersionHistoryTest.php
Test revert operation.
RevisionVersionHistoryTest::testOrder in core/tests/Drupal/KernelTests/Core/Entity/RevisionVersionHistoryTest.php
Test all revisions appear, in order of revision creation.
RevisionVersionHistoryTest::testRevisionsPagination in core/tests/Drupal/KernelTests/Core/Entity/RevisionVersionHistoryTest.php
Test revisions are paginated.
RevisionViewTest::testRevisionPage in core/tests/Drupal/KernelTests/Core/Entity/RevisionViewTest.php
Tests revision page.
RouterPermissionTest::testPermissionAccess in core/modules/system/tests/src/Kernel/Routing/RouterPermissionTest.php
Tests permission requirements on routes.
RssTest::testTaxonomyRss in core/modules/taxonomy/tests/src/Kernel/RssTest.php
Tests that terms added to nodes are displayed in core RSS feed.
SelectTableSortDefaultTest::testTableSortDefaultSort in core/modules/system/tests/src/Kernel/Database/SelectTableSortDefaultTest.php
Confirms that tableselect is rendered without error.
SelectTableSortDefaultTest::testTableSortQuery in core/modules/system/tests/src/Kernel/Database/SelectTableSortDefaultTest.php
Confirms that a tablesort query returns the correct results.
SelectTableSortDefaultTest::testTableSortQueryFirst in core/modules/system/tests/src/Kernel/Database/SelectTableSortDefaultTest.php
Confirms precedence of tablesorts headers.
ServiceProviderWebTest::testServiceProviderRegistrationIntegration in core/modules/system/tests/src/Kernel/ServiceProvider/ServiceProviderWebTest.php
Tests that module service providers get registered to the DIC.
TaxonomyDefaultArgumentTest::testTermTitleEscaping in core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyDefaultArgumentTest.php
Tests escaping of page title when the taxonomy plugin provides it.
TaxonomyFieldAllTermsTest::testViewsHandlerAllTermsField in core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldAllTermsTest.php
Tests the "all terms" field handler.
TaxonomyFieldAllTermsTest::testViewsHandlerAllTermsWithTokens in core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldAllTermsTest.php
Tests token replacement in the "all terms" field handler.
TaxonomyRelationshipTest::testTaxonomyRelationships in core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyRelationshipTest.php
Tests the taxonomy parent plugin UI.
TaxonomyRevisionTest::testVocabularyTermRevision in core/modules/taxonomy/tests/src/Kernel/TaxonomyRevisionTest.php
Tests default revision settings on vocabularies.
TaxonomyRevisionVersionHistoryTest::testVersionHistory in core/modules/taxonomy/tests/src/Kernel/TaxonomyRevisionVersionHistoryTest.php
Tests version history page.
TaxonomyTermArgumentDepthTest::testTermWithDepthArgumentTitleEscaping in core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTermArgumentDepthTest.php
Tests title escaping when the taxonomy argument provides it.
TaxonomyTermArgumentTidFromNodeTest::testCacheInvalidation in core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTermArgumentTidFromNodeTest.php
Tests cache invalidation.
TaxonomyTermPageVariableDeprecationTest::testPageVariableDeprecation in core/modules/taxonomy/tests/src/Kernel/TaxonomyTermPageVariableDeprecationTest.php
Tests that deprecations are thrown correctly for the page variable.
TaxonomyVocabularyArgumentTest::testTermWithVocabularyArgument in core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyVocabularyArgumentTest.php
Tests the vocabulary argument handler.
TermContextualLinksTest::testTermContextualLinks in core/modules/taxonomy/tests/src/Kernel/TermContextualLinksTest.php
Tests contextual links.
TermDisplayConfigurableTest::testDisplayConfigurable in core/modules/taxonomy/tests/src/Kernel/Views/TermDisplayConfigurableTest.php
Sets base fields to configurable display and check settings are respected.
TermHierarchyTest::testTaxonomyTermHierarchyBreadcrumbs in core/modules/taxonomy/tests/src/Kernel/TermHierarchyTest.php
Tests that there is a link to the parent term on the child term page.
TermTranslationFieldViewTest::testTranslatedTaxonomyTermReferenceDisplay in core/modules/taxonomy/tests/src/Kernel/TermTranslationFieldViewTest.php
Tests if the translated taxonomy term is displayed.
TermTranslationTest::testTermsTranslation in core/modules/taxonomy/tests/src/Kernel/TermTranslationTest.php
Tests translation of terms are showed in the node.
TermTranslationViewsTest::testTermsTranslationWithContextualFilter in core/modules/taxonomy/tests/src/Kernel/Views/TermTranslationViewsTest.php
Ensure that proper translation is returned when contextual filter.
TimeZoneAbbreviationRouteTest::testAbbreviationConversion in core/modules/system/tests/src/Kernel/Datetime/TimeZoneAbbreviationRouteTest.php
Test the AJAX Timezone Callback with invalid inputs.
TimeZoneAbbreviationRouteTest::testSystemTimezone in core/modules/system/tests/src/Kernel/Datetime/TimeZoneAbbreviationRouteTest.php
Test that the AJAX Timezone Callback can deal with various formats.
TwigEnvironmentTest::testTwigEmbed in core/modules/system/tests/src/Kernel/Theme/TwigEnvironmentTest.php
Tests template class loading with Twig embed.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.