News Feed
Jobs Feed
Sections




News Archive
NetTuts.com:
Mockery A Better Way
November 22, 2012 @ 12:06:02

On NetTuts.com there's a new tutorial posted showing you how to use Mockery in your unit testing as an alternative to the built-in mocking tools of something like PHPUnit.

Mockery is a PHP extension that offers a superior mocking experience, particularly when compared to PHPUnit. While PHPUnit's mocking framework is powerful, Mockery offers a more natural language with a Hamcrest-like set of matchers. In this article, I'll compare the two mocking frameworks and highlight the best features of Mockery.

He walks you through the installation of Mockery and includes the code for a sample PHPUnit test that creates a Mockery instance and mocks out a class object for testing. He moves on to more examples including:

  • Adding expects for method calls (single and multiple)
  • Returning values from the methods
  • Calling multiple methods
  • Returning different things based on parameters
  • Partial mocks
  • Handling constructor parameters
0 comments voice your opinion now!
mockery unittest library phpunit mock object tutorial


blog comments powered by Disqus

Similar Posts

Sebastian Bergmann's Blog: Ideas for PHPUnit Projects

PHPMaster.com: Adding Text Watermarks with Imagick

PHPit.net: PHP5 Class Basics, Part 1

PHPMaster.com: Where on Earth are You?

DZone.com: External processes and PHP


Community Events











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


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

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