protected function DrupalWebTestCase::getUrl
Get the current URL from the cURL handler.
Return value
The current URL.
62 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.
- 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.
- AddFeedTestCase::testAddFeed in drupal-7.x/
modules/ aggregator/ aggregator.test - Creates and ensures that a feed is unique, checks source, and deletes feed.
- BasicMinimalUpdatePath::testBasicMinimalUpdate in drupal-7.x/
modules/ simpletest/ tests/ upgrade/ upgrade.test - Tests a successful point release update.
Archivo
- drupal-7.x/
modules/ simpletest/ drupal_web_test_case.php, line 2713
Class
- DrupalWebTestCase
- Test case for typical Drupal tests.
Código
protected function getUrl() {
return $this->url;
}