Blog
December 11, 2013
Are You Mocking Me?
Mocking libraries help developers easily test applications by providing better ways to ensure isolation. Today, I'll introduce you to a new and unique approach to mocking in PHP, AspectMock. As PHP...
ReadDecember 11, 2013
The Great Facade
Last time, I wrote about the new PHP mocking framework, AspectMock, which added the ability to test static methods, something that was previously untestable. Also, recently several members of the PHP...
Read