Get the current URL from the cURL handler.
Return value
The current URL.
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;
}