You are here

protected function GoutteDriver::prepareUrl in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/behat/mink-goutte-driver/src/GoutteDriver.php \Behat\Mink\Driver\GoutteDriver::prepareUrl()

Prepares URL for visiting. Removes "*.php/" from urls and then passes it to BrowserKitDriver::visit().

Parameters

string $url:

Return value

string

Overrides BrowserKitDriver::prepareUrl

File

vendor/behat/mink-goutte-driver/src/GoutteDriver.php, line 71

Class

GoutteDriver
Goutte driver.

Namespace

Behat\Mink\Driver

Code

protected function prepareUrl($url) {
  return $url;
}