Fake Logger for Testing
"A bunch of Laravel facades / services are able to be faked, such as the Dispatcher with
Bus::fake()
, to help with testing and assertions.Log Fake gives you the ability to fake the logger in your app, and includes the ability to make assertions against channels and stacks."
Tim MacDonald
@timacdonald87