Facade
class Facade (View source)
Methods
static void swap(mixed $instance) Hotswap the underlying instance behind the facade. static void spy() Convert the facade into a Mockery spy. static Expectation shouldReceive() Initiate a mock expectation on the facade. static mixed getFacadeRoot() Get the root object behind the facade. static void clearResolvedInstance(string $name) Clear a resolved facade instance. static void clearResolvedInstances() Clear all of the re