You are here

public function BrowserKitConfig::getWebFixturesUrl in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/behat/mink-browserkit-driver/tests/BrowserKitConfig.php \Behat\Mink\Tests\Driver\BrowserKitConfig::getWebFixturesUrl()

Gets the base url to the fixture folder.

Return value

string

Overrides AbstractConfig::getWebFixturesUrl

File

vendor/behat/mink-browserkit-driver/tests/BrowserKitConfig.php, line 28

Class

BrowserKitConfig

Namespace

Behat\Mink\Tests\Driver

Code

public function getWebFixturesUrl() {
  return 'http://localhost';
}