PHP Class Alex\BehatLauncher\Application

Inheritance: extends Silex\Application
Show file Open project: alexandresalome/behat-launcher Class Usage Examples

Public Methods

Method Description
__construct ( array $values = [] )
configureMysql ( $host, $database, $user, $password )
createProject ( $name, $path )
getWorkspace ( ) : Workspace Returns the workspace.

Private Methods

Method Description
registerControllers ( )
registerProviders ( )
registerServices ( )

Method Details

__construct() public method

public __construct ( array $values = [] )
$values array

configureMysql() public method

public configureMysql ( $host, $database, $user, $password )

createProject() public method

public createProject ( $name, $path )

getWorkspace() public method

Returns the workspace.
public getWorkspace ( ) : Workspace
return Workspace