DataSift\Storyplayer\Cli\Feature_SystemUnderTestConfigValidator::__construct PHP Method

__construct() public method

public __construct ( SystemsUnderTestList $sutList, string $defaultValue )
$sutList DataSift\Storyplayer\ConfigLib\SystemsUnderTestList
$defaultValue string
    public function __construct($sutList, $defaultValue)
    {
        $this->sutList = $sutList;
        $this->defaultValue = $defaultValue;
    }
Feature_SystemUnderTestConfigValidator