Mocking with Mockery

Comments

Comments are closed.

The structure and code samples were great--clear progression, and the code was readable and easy to understand. I left wanting to replace all my native PHPUnit mocks with Mockery.

Great talk. Ben gave new insight to using Mockery and how to do certain things that aren't well known, especially from just looking at the documentation.

Derek Caswell at 20:07 on 19 Jan 2016

I have been trying to get a better handle on Unit testing and mocking for some time now and even though Ben's presentation was on a specific tool, it also helped me greatly in understanding the general process. I had the opportunity to talk with Ben at lunch after the presentation which helped even more with finding ways that I can start to implement unit testing even in my legacy application.