PHP Class Storyplayer\TestEnvironments\Vagrant_GroupAdapter

Inheritance: implements Storyplayer\TestEnvironments\GroupAdapter
Mostrar archivo Open project: datasift/storyplayer

Protected Properties

Property Type Description
$baseFolder ------------------------------------------------------------------

Public Methods

Method Description
__construct ( )
getBaseFolder ( ) : string which folder should SPv2 be in when interacting with this group of virtual machines?
getHostAdapterValidator ( ) : Storyplayer\TestEnvironments\HostAdapterValidator how do we validate any host adapters used by hosts in this group?
getType ( ) : string what type of group are we?

Protected Methods

Method Description
determineBaseFolder ( ) : void automagically work out where our test environment's files and such like are

Method Details

__construct() public method

public __construct ( )

determineBaseFolder() protected method

automagically work out where our test environment's files and such like are
protected determineBaseFolder ( ) : void
return void

getBaseFolder() public method

which folder should SPv2 be in when interacting with this group of virtual machines?
public getBaseFolder ( ) : string
return string

getHostAdapterValidator() public method

how do we validate any host adapters used by hosts in this group?
public getHostAdapterValidator ( ) : Storyplayer\TestEnvironments\HostAdapterValidator
return Storyplayer\TestEnvironments\HostAdapterValidator

getType() public method

this is the name of the class (without namespace) that our group adapter uses
public getType ( ) : string
return string

Property Details

$baseFolder protected_oe property

------------------------------------------------------------------
protected $baseFolder