News Feed
Jobs Feed
Sections




News Archive
Sebastian Bergmann's Blog:
Testing Code That Uses Singletons
February 12, 2010 @ 11:28:45

Sebastian Bergmann has written up a post for his blog recently that looks at unit testing singletons, something that's been rumored as being some of the hardest to test.

I frequently quote Miško Hevery with "It is hard to test code that uses singletons." And then my audience asks me... Why is it hard to test code that uses singletons? Lets have a look at the default implementation of the Singleton design pattern in PHP.

He defines a singleton first, showing how it's used to create single instances of objects and, because of this, cannot be tested easily because there's no way to know you're getting a clean instance every time. Dependency injection can help with the problem by allowing you to pass in a "mock" instance of the singleton class each time. He also mentions some variations on singletons that could make it easier to test in the future.

0 comments voice your opinion now!
singleton unittest technique dependency injection


blog comments powered by Disqus

Similar Posts

Ibuildings Blog: Dependency Injection and Zend Framework Controllers

Benjamin Eberlei's Blog: Using Symfony Dependency Injection with Zend_Application

Ibuildings Blog: Zend Framework testing: emulating HTTP calls

Sebastian Bergmann's Blog: Testing Code That Uses Singletons

Chris Hartjes: The Grumpy Programmer's PHPUnit Cookbook


Community Events











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


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

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