Facade (Support\Facades)
Facade
class Facade (View source)
Methods
static void | swap( mixed $instance) Hotswap the underlying instance behind the facade. | |
static Expectation | shouldReceive() Initiate a mock expectation on the facade. | |
static mixed | getFacadeRoot() Get the root object behind the facade. | |