DataSift\Storyplayer\DefinitionLib\TestEnvironment_GroupDefinition::setGroupAdapter PHP Method

setGroupAdapter() public method

tell us which plugin to use to start and stop this test environment
public setGroupAdapter ( Storyplayer\TestEnvironments\GroupAdapter $groupAdapter ) : TestEnvironment_GroupDefinition
$groupAdapter Storyplayer\TestEnvironments\GroupAdapter the adapter to use for this group
return TestEnvironment_GroupDefinition
    public function setGroupAdapter(GroupAdapter $groupAdapter)
    {
        $this->groupAdapter = $groupAdapter;
        // fluent interface support
        return $this;
    }