getGroupAdapter() public method

get the plugin we use to start and stop this test environment
public getGroupAdapter ( ) : Storyplayer\TestEnvironments\GroupAdapter
return Storyplayer\TestEnvironments\GroupAdapter
示例#1
0
 /**
  * get access to the adapter for the group that we belong to
  *
  * @return \Storyplayer\TestEnvironments\GroupAdapter
  */
 public function getGroupAdapter()
 {
     return $this->parentGroup->getGroupAdapter();
 }