PHP Class Eloquent\Phony\Simpletest\SimpletestFacadeDriver

Inheritance: extends Eloquent\Phony\Facade\FacadeDriver
Mostrar archivo Open project: eloquent/phony Class Usage Examples

Public Methods

Method Description
__construct ( ) Construct a new SimpleTest facade driver.
instance ( ) : FacadeDriver Get the static instance of this driver.

Method Details

__construct() public method

Construct a new SimpleTest facade driver.
public __construct ( )

instance() public static method

Get the static instance of this driver.
public static instance ( ) : FacadeDriver
return Eloquent\Phony\Facade\FacadeDriver The static driver.