News Feed
Jobs Feed
Sections




News Archive
Chris Hartjes' Blog:
Metatesting Testing Constructors
April 06, 2012 @ 08:28:00

In a new post to his blog Chris Hartjes, promoter of all things testing, looks a a method for testing constructors - an effective way to validate the things that happen when your objects are generated.

If you have a PHP application that makes heavy use of objects (which is probably 95% of you reading this) then you will have objects with constructor methods in them. It is also very likely that there is some stuff going on in those constructors. So how do you test things like this?

He includes a sample constructor that creates a container, pulls out some configuration values and reassigns them to class properties. He first tests that these properties have been set correctly by mocking out the object and overriding the configuration settings in the (dependency injection) container.

0 comments voice your opinion now!
testing constructors unittest mock object properties


blog comments powered by Disqus

Similar Posts

PHPBuilder.com: Testing with the Zend Framework: How to Get Started

Padraic Brady's Blog: Mocks, Stubs, And SimpleTest Wins

Johannes Schluter's Blog: PHP 5.3: Up to 30% performance win

Sameer Borate's Blog: Test dependencies in PHPUnit 3.4

NetTuts.com: Mockery: A Better Way


Community Events











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


introduction community release development framework testing database language podcast interview rest opinion zendframework2 unittest symfony2 conference functional phpunit series usergroup

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