public function AbstractConfig::getWebFixturesUrl in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/behat/mink/driver-testsuite/tests/AbstractConfig.php \Behat\Mink\Tests\Driver\AbstractConfig::getWebFixturesUrl()
Gets the base url to the fixture folder.
Return value
string
1 method overrides AbstractConfig::getWebFixturesUrl()
- BrowserKitConfig::getWebFixturesUrl in vendor/
behat/ mink-browserkit-driver/ tests/ BrowserKitConfig.php - Gets the base url to the fixture folder.
File
- vendor/
behat/ mink/ driver-testsuite/ tests/ AbstractConfig.php, line 40
Class
Namespace
Behat\Mink\Tests\DriverCode
public function getWebFixturesUrl() {
return $_SERVER['WEB_FIXTURES_HOST'];
}