Good Kaizen – Facade
A blog about doing good and getting better at life, code, design, and business. We do our best to write in a way that clients will find valuable.
Kaizen is the practice of continuous improvement.
Mocking Fluent Laravel Facade Chains
Laravel offers several methods for testing Facades including fakes, the ShouldReceive() method, and base Mockery functions. This article breaks down a few approaches for mocking fluent facade chains.