protected function DrupalWebTestCase::getUrl

7.x drupal_web_test_case.php protected DrupalWebTestCase::getUrl()

Get the current URL from the cURL handler.

Return value

The current URL.

26 calls to DrupalWebTestCase::getUrl()
ActionsConfigurationTestCase::testActionConfiguration in drupal-7.x/modules/simpletest/tests/actions.test
Test the configuration of advanced actions through the administration interface.
AddFeedTestCase::testAddFeed in drupal-7.x/modules/aggregator/aggregator.test
Creates and ensures that a feed is unique, checks source, and deletes feed.
DateTimeFunctionalTest::testDateFormatConfiguration in drupal-7.x/modules/system/system.test
Test date format configuration.
DateTimeFunctionalTest::testDateTypeConfiguration in drupal-7.x/modules/system/system.test
Test date type configuration.
DrupalGotoTest::testDrupalGoto in drupal-7.x/modules/simpletest/tests/common.test
Test drupal_goto().

... See full list

File

drupal-7.x/modules/simpletest/drupal_web_test_case.php, line 2733

Class

DrupalWebTestCase
Test case for typical Drupal tests.

Code

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