Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit , PHPSpec or any other testing framework.
Its core goal is to offer a framework for creating test doubles like mock objects through the use of a simple and succint API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL).
Designed as a drop in alternative to PHPUnit’s...
DZone.com: A Mockery Review
On the Web Builder Zone (a part of DZone.com) there's a recent post from Giorgio Sironi reviewing the Mockery library, a mock object framework created by Padraic Brady. Mockery is a mock...
Mockery 0.6 Released - PHP Mock Object Framework -...
Mockery is a Mock Object framework for PHP, compatible with most unit testing frameworks including PHPUnit. Its purpose is to implement a lightweight grammer for the creation and testing of...
The Mockery: PHP Mock Objects Made Simple - Pádraic...
As I explored in my previous post, PHP Mock Objects: Sucking Ass Since Forever, Mock Objects in PHP have had difficulty gaining traction. One of the targets of this examination (in between...
Post new comment