News Feed
Jobs Feed
Sections




News Archive
Johannes Schluter's Blog:
Class posing and overloading the "new" operator
January 07, 2010 @ 10:24:16

In this recent post to his blog Johannes Schluter talks about a method he's suggested for testing objects in unit tests - overriding the "new" operator to replace specific classes with mocks.

Two years ago at some conference I had a conversation with Sebastian about the need for a way to overload the new operator in PHP so, probably, bad designed code can be tested more easily by replacing specific classes with mocks. [...] Sebastian then pushed the code as part of a new test_helpers extension with some documentation to github and I fixed some bugs in it. The aim of the extension is to collect functionality which might be beneficial for phpUnit and other test scenarios but which should never reach a production environment.

He includes some sample code to show it in action - defining the mock class, using the set_new_overload function to define it as what should be called when the "new" operator is used and a dump of the result.

1 comment voice your opinion now!
overload new operator mock unittest


blog comments powered by Disqus

Similar Posts

HowTo Forge: PHP Programming Basics

Community News: Learn Test-Driven Development with Munchkin

Mike Naberezny\'s Blog: pecl/operator and Other Neat Stuff

php|architect: php|architect Introduces New Training Courses

Mike Naberezny\'s Blog: pecl/operator and Other Neat Stuff


Community Events











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


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

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