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

Eran Galperin's Blog: Common misconceptions in web application development

DevShed: Enforcing Object Types in PHP - Using the Type Hinting Feature in PHP 5

Sebastian Bergmann's Blog: PHPUnit 3.5: Refactoring to Components

Community News: phpMyAdmin 2.10.2 Released

PHPit.net: PHP5 Class Basics, Part 1


Community Events









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


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

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