PHP Class Joli\JoliCi\Service

It can be for example a MySQL database which contains the needed fixtures in order to make functional tests Multiple services can be link to a Job and they are started before creation of the Job. Once the Job is finished, all services linkes are shutdown and reset to initial state for subsequent Job
Datei anzeigen Open project: jolicode/jolici

Public Methods

Method Description
__construct ( $name, $repository, $tag, $config = [] )
getConfig ( ) : array
getContainer ( ) : string
getName ( ) : string
getRepository ( ) : string
getTag ( ) : string
setContainer ( string $container )

Method Details

__construct() public method

public __construct ( $name, $repository, $tag, $config = [] )

getConfig() public method

public getConfig ( ) : array
return array

getContainer() public method

public getContainer ( ) : string
return string The container id

getName() public method

public getName ( ) : string
return string

getRepository() public method

public getRepository ( ) : string
return string

getTag() public method

public getTag ( ) : string
return string

setContainer() public method

public setContainer ( string $container )
$container string The container id