public function BrowserKitConfig::getWebFixturesUrl in Zircon Profile 8.0
Same name and namespace in other branches
- 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
Namespace
Behat\Mink\Tests\DriverCode
public function getWebFixturesUrl() {
return 'http://localhost';
}