function DrupalWebTestCase::getUrl
Get the current URL from the cURL handler.
Return value
The current URL.
39 calls to DrupalWebTestCase::getUrl()
- ActionsConfigurationTestCase::testActionConfiguration in modules/
simpletest/ tests/ actions.test - Test the configuration of advanced actions through the administration interface.
- AddFeedTestCase::testAddFeed in modules/
aggregator/ aggregator.test - Creates and ensures that a feed is unique, checks source, and deletes feed.
- BasicMinimalUpdatePath::testBasicMinimalUpdate in modules/
simpletest/ tests/ upgrade/ upgrade.test - Tests a successful point release update.
- BasicStandardUpdatePath::testBasicStandardUpdate in modules/
simpletest/ tests/ upgrade/ upgrade.test - Tests a successful point release update.
- BasicUpgradePath::testBasicUpgrade in modules/
simpletest/ tests/ upgrade/ upgrade.test - Test a successful upgrade.
File
-
modules/
simpletest/ drupal_web_test_case.php, line 3105
Class
- DrupalWebTestCase
- Test case for typical Drupal tests.
Code
protected function getUrl() {
return $this->url;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.