protected function DrupalWebTestCase::getUrl

Get the current URL from the cURL handler.

Return value

The current URL.

35 calls to DrupalWebTestCase::getUrl()
ActionsConfigurationTestCase::testActionConfiguration in drupal/modules/simpletest/tests/actions.test
Test the configuration of advanced actions through the administration interface.
AddFeedTestCase::testAddFeed in drupal/modules/aggregator/aggregator.test
Creates and ensures that a feed is unique, checks source, and deletes feed.
BasicMinimalUpdatePath::testBasicMinimalUpdate in drupal/modules/simpletest/tests/upgrade/upgrade.test
Tests a successful point release update.
BasicStandardUpdatePath::testBasicStandardUpdate in drupal/modules/simpletest/tests/upgrade/upgrade.test
Tests a successful point release update.
BasicUpgradePath::testBasicUpgrade in drupal/modules/simpletest/tests/upgrade/upgrade.test
Test a successful upgrade.

... See full list

File

drupal/modules/simpletest/drupal_web_test_case.php, line 2818

Class

DrupalWebTestCase
Test case for typical Drupal tests.

Code

protected function getUrl() {
  return $this->url;
}