You are here

13 calls to WebTestBase::drupalGet() in SimpleTest 8.3

BrowserTest::testGetAbsoluteUrl in src/Tests/BrowserTest.php
Test \Drupal\simpletest\WebTestBase::getAbsoluteUrl().
InstallerTestBase::visitInstaller in src/InstallerTestBase.php
Visits the interactive installer.
SimpleTestBrowserTest::testInternalBrowser in src/Tests/SimpleTestBrowserTest.php
Test the internal browsers functionality.
SimpleTestBrowserTest::testUserAgentValidation in src/Tests/SimpleTestBrowserTest.php
Test validation of the User-Agent header we use to perform test requests.
SimpleTestErrorCollectorTest::testErrorCollect in src/Tests/SimpleTestErrorCollectorTest.php
Tests that simpletest collects errors from the tested site.
SimpleTestTest::testWebTestRunner in src/Tests/SimpleTestTest.php
Ensures the tests selected through the web interface are run and displayed.
WebTestBase::checkForMetaRefresh in src/WebTestBase.php
Checks for meta refresh tag and if found call drupalGet() recursively.
WebTestBase::clickLinkHelper in src/WebTestBase.php
Provides a helper for ::clickLink() and ::clickLinkPartialName().
WebTestBase::drupalGetWithFormat in src/WebTestBase.php
Retrieves a Drupal path or an absolute path for a given format.
WebTestBase::drupalGetXHR in src/WebTestBase.php
Requests a Drupal path or an absolute path as if it is a XMLHttpRequest.
WebTestBase::drupalLogout in src/WebTestBase.php
Logs a user out of the internal browser and confirms.
WebTestBase::drupalPostAjaxForm in src/WebTestBase.php
Executes an Ajax form submission.
WebTestBase::drupalPostForm in src/WebTestBase.php
Executes a form submission.