8 calls to DrupalWebTestCase::getAbsoluteUrl()

DrupalWebTestCase::checkForMetaRefresh in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Check for meta refresh tag and if found call drupalGet() recursively. This function looks for the http-equiv attribute to be set to "Refresh" and is case-sensitive.
DrupalWebTestCase::checkForMetaRefresh in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Check for meta refresh tag and if found call drupalGet() recursively. This function looks for the http-equiv attribute to be set to "Refresh" and is case-sensitive.
DrupalWebTestCase::clickLink in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Follows a link by name.
DrupalWebTestCase::clickLink in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Follows a link by name.
DrupalWebTestCase::drupalPost in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Execute a POST request on a Drupal page. It will be done as usual POST request with SimpleBrowser.
DrupalWebTestCase::drupalPost in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Execute a POST request on a Drupal page. It will be done as usual POST request with SimpleBrowser.
SimpleTestBrowserTestCase::testGetAbsoluteUrl in drupal-7.x/modules/simpletest/simpletest.test
Test DrupalWebTestCase::getAbsoluteUrl().
SimpleTestBrowserTestCase::testGetAbsoluteUrl in drupal-7.x/modules/simpletest/simpletest.test
Test DrupalWebTestCase::getAbsoluteUrl().