Behat\Testwork\ServiceContainer\Configuration\ConfigurationLoader::__construct PHP 메소드

__construct() 공개 메소드

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;
    }