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

setName() public method

set the name of this test environment
public setName ( string $name )
$name string the new name for this test environment
    public function setName($name)
    {
        $this->name = $name;
    }