DataSift\Storyplayer\DefinitionLib\TestEnvironment_Definition::__construct PHP Method

__construct() public method

create a new test environment definition
public __construct ( string $name )
$name string the name to assign to this test environment
    public function __construct($name)
    {
        $this->setName($name);
    }