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

Zend Developer Zone: OSCON Wrapup Day 1: And so it Begins

Jacob Santos' Blog: Patterns for PHP: Page Controller Draft

Michelangelo van Dam: Look mama, no databases

Mike Purcell's Blog: PHPUnit - Upgrade - Convert assertType to assertInternalType

Stefan Mischook's Blog: Building Objects Video (Parts 1, 2 & 3)


Community Events











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


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

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