You are here

11 calls to WebTestBase::getAbsoluteUrl() in Zircon Profile 8

BrowserTest::testGetAbsoluteUrl in core/modules/simpletest/src/Tests/BrowserTest.php
Test \Drupal\simpletest\WebTestBase::getAbsoluteUrl().
CommentPagerTest::clickLinkWithXPath in core/modules/comment/src/Tests/CommentPagerTest.php
Follows a link found at a give xpath query.
ConfigInstallWebTest::testPreExistingConfigInstall in core/modules/config/src/Tests/ConfigInstallWebTest.php
Tests pre-existing configuration detection.
EntityReferenceAdminTest::testFieldAdminHandler in core/modules/field/src/Tests/EntityReference/EntityReferenceAdminTest.php
Tests the Entity Reference Admin UI.
PagerTest::testPagerQueryParametersAndCacheContext in core/modules/system/src/Tests/Pager/PagerTest.php
Test proper functioning of the query parameters and the pager cache context.
PreviewTest::clickPreviewLinkAJAX in core/modules/views_ui/src/Tests/PreviewTest.php
Mimic clicking on a preview link.
SearchTestBase::submitGetForm in core/modules/search/src/Tests/SearchTestBase.php
Simulates submission of a form using GET instead of POST.
WebTestBase::buildUrl in core/modules/simpletest/src/WebTestBase.php
Builds an a absolute URL from a system path or a URL object.
WebTestBase::checkForMetaRefresh in core/modules/simpletest/src/WebTestBase.php
Checks for meta refresh tag and if found call drupalGet() recursively.
WebTestBase::clickLinkHelper in core/modules/simpletest/src/WebTestBase.php
Provides a helper for ::clickLink() and ::clickLinkPartialName().
WebTestBase::drupalPostForm in core/modules/simpletest/src/WebTestBase.php
Executes a form submission.