protected function WebTestBase::getUrl

Get the current URL from the cURL handler.

Return value

The current URL.

33 calls to WebTestBase::getUrl()

File

drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php, line 2116
Definition of Drupal\simpletest\WebTestBase.

Class

WebTestBase
Test case for typical Drupal tests.

Namespace

Drupal\simpletest

Code

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