1.20.x backdrop_web_test_case.php protected BackdropWebTestCase::getUrl()

Get the current URL from the cURL handler.

Return value

The current URL.:

File

modules/simpletest/backdrop_web_test_case.php, line 3027

Class

BackdropWebTestCase
Test case for typical Backdrop tests.

Code

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