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

Jakob Westhoff's Blog: Class dependency graph generation

Pim Elshoff's Blog: Dependency management

Michelangelo van Dam's Blog: Quality Assurance on PHP projects - PHPUnit part 3

Ibuildings Blog: Dependency Injection and Zend Framework Controllers

Michelangelo van Dam: Learning lessons at ZendUncon


Community Events











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


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

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