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

Stefan Micshook's Blog: Wordpress Videos (Install & Configure)

NorthClick Blog: Tips for creating a small but solid newsletter-system

DevShed: Handling Entries for a Blogger Built with PHP

Sebastian Bergmann's Blog: Improved Skeleton Generator in PHPUnit 3

SitePoint PHP Blog: How to Expose PHP's Private Parts


Community Events











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


opinion database series example community development introduction phpunit language application composer code testing api interview zendframework2 release framework functional podcast

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