News Feed
Jobs Feed
Sections




News Archive
DZone.com:
A Mockery Review
May 09, 2011 @ 13:05:14

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 object framework (more properly Test Double framework) from @padraicb, independent from testing frameworks like PHPUnit. It can be used to quickly prepare Mocks, Stubs and other Test Doubles to use inside your unit tests. I've tried Mockery via a PEAR installation and I must say its expressive power is higher than that of PHPUnit mocking system. However, it may be too powerful for effective usage.

He talks about some of the features that are in Mockery that aren't in PHPUnit like alternative expectations, recording of the expected calls and the mocking of non-existent methods. He notes that it can be too overwhelming at times, though, with so many features that may or may not be useful for the large majority of testers. He includes some sample code showing a set of five tests on a simple class implementing an interface.

0 comments voice your opinion now!
mockery testdoubles unittest mock object


blog comments powered by Disqus

Similar Posts

PHPBuilder.com: Remote objects and Zend_Amf

PHP Developer Blog: Unit Tests: How to test for Exceptions

Sebastian Bergmann's Blog: Hamcrest

Evert Pot's Blog: PHP: Arrays vs. Objects

Sameer Borate's Blog: Test dependencies in PHPUnit 3.4


Community Events











Don't see your event here?
Let us know!


introduction opinion functional release zendframework2 framework object example language unittest conference development phpunit interview testing community podcast code series tool

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework