News Feed
Jobs Feed
Sections




News Archive
Jani Hartikainen's Blog:
Unit testing 4 Mock objects and testing code which uses the database
June 29, 2009 @ 11:43:14

Jani Hartikainen has posted the fourth part of his unit testing series looking at using mock objects when testing database interfaces.

When testing a class which needs an instance of another class to work, you do not want to depend on the other class too much. This is where mock objects come in - a mock object is a "clone" of an object, which we can use to simplify our tests, by having the mock object perform assertions or by replacing some functionality of the mock with our custom functionality.

He introduces some of the basics of mocking objects and how to create mock objects with PHPUnit. He takes it up to the next level with a mock database example based on grabbing event details to return "fake" results from a sample dataset.

0 comments voice your opinion now!
database unittest object mock


blog comments powered by Disqus

Similar Posts

NetTuts.com: Learn to Create Interactive Drill-Down Dashboards with PHP and FusionCharts

Sebastian Bergmann's Blog: Ideas for PHPUnit Projects

Jani Hartikainen' Blog: Database backed Zend_Form elements

DevArticles: Building an AJAX-Based Chat - Interacting With a Database

Michael Nitschinger's Blog: A primer on PHP exceptions


Community Events









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


language example release code unittest development opinion framework introduction testing tool podcast database interview community composer object api zendframework2 phpunit

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