You are here

public function AbstractConfig::getWebFixturesUrl in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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

AbstractConfig

Namespace

Behat\Mink\Tests\Driver

Code

public function getWebFixturesUrl() {
  return $_SERVER['WEB_FIXTURES_HOST'];
}