1 backdrop_web_test_case.php protected BackdropWebTestCase::getUrl()

Get the current URL from the cURL handler.

Return value

The current URL.:

File

core/modules/simpletest/backdrop_web_test_case.php, line 3024

Class

BackdropWebTestCase
Test case for typical Backdrop tests.

Code

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