News Feed
Jobs Feed
Sections




News Archive
Zumba Engineering Blog:
Mocking Singleton PHP classes with PHPUnit
November 26, 2012 @ 09:51:04

On the Zumba Engineering blog today Chris Taylor has a new post about mocking in PHPUnit, specifically how to handle those pesky Singleton methods lurking around your codebase.

In many of our projects, utilities and vendor classes are implemented with a singleton pattern. [...] In this post, we'll cover a nice way to inject a PHPUnit mock object for use in testing methods that utilize singleton classes.

He starts by introducing mocking and how to use mock classes in PHPUnit with a simple "sayHello" example. Adding on another layer, he creates a "SomeclassMock" class, defining its own "expects" and "cleanup" methods. This class forces the Singleton method to act more like a regular non-static method and "resets" it after each use.

0 comments voice your opinion now!
mocking phpunit class singleton expects cleanup tutorial


blog comments powered by Disqus

Similar Posts

Cesarodas.com: gCache: Helping PHP to work faster

WebReference.com: User Personalization with PHP: The Home Page

DevShed: Using Abstract Factory Classes in PHP 5 to Work with Online Forms

Padraic Brady's Blog: The PHPSpec Zend Framework App Testing Manifesto: Preamble

DevShed: Developing a Form Validation System with the Observer Pattern in PHP


Community Events









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


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

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