Behat\Testwork\ServiceContainer\Configuration\ConfigurationLoader::__construct PHP Method

__construct() public method

Constructs reader.
public __construct ( string $environmentVariableName = null, string $configurationPath = null )
$environmentVariableName string Environment variable name
$configurationPath string Configuration file path
    public function __construct($environmentVariableName = null, $configurationPath = null)
    {
        $this->environmentVariable = $environmentVariableName;
        $this->configurationPath = $configurationPath;
    }