News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
An Introduction to Mock Object Testing
July 20, 2012 @ 17:18:06

In this new tutorial on PHPMaster.com Jose Asuncion walks you through the use of mock objects in your unit testing.

If you are part of a development team, more often than not your code will also depend on code written by your teammates. But what if their code isn't available at the moment - say, your teammate hasn't finished writing it yet? Or, what if the code you need requires other external dependencies that are hard to set up? And what if you cannot test code because of other factors beyond your control? Will you just hang around, do nothing, and wait until your team is done or when everything is in place? Of course not! In this this article, I'll illustrate how to write code that works around this problem with dependencies.

He starts off by making a case for using mock objects and having them replace things that either aren't finished or depends on things that are hard to replicate (like external dependencies). He includes some example code showing them in use in a PHPUnit-based test and how to use its own mocking abilities so you don't have to manually make mock classes yourself.

0 comments voice your opinion now!
mock unittest introduction phpunit framework object


blog comments powered by Disqus

Similar Posts

Henrik Bjørnskov' Blog: Symfony2: Quick tip for your security configuration

Robert Bolton's Blog: Setting up Fedora Core 5 for Zend Framework

Padraic Brady's Blog: The Mockery: An Independent Mock Object and Stub Framework for PHP5

Paul Jones' Blog: Solar 0.23.0 Released

Symfony Blog: The wait is over: symfony 1.1 released


Community Events











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


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

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