News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
feed this:

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



Stefan Mischook's Blog:
Object Oriented PHP Tutorial Updated
August 28, 2007 @ 08:49:00

Stefan Mischook has once again updated his beginner tutorial to help new developers to PHP get acquainted with working with objects in PHP.

I've update my beginners tutorial on object oriented PHP adding steps 12-17. I cover two new basic OO concepts in these steps: Constructors and Access modifiers.

The fully updated tutorial can be found here on Stefan's website.

0 comments voice your opinion now!
oop object programming tutorial update constructors access modifiers oop object programming tutorial update constructors access modifiers



Community Events





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


introduction database testing interview language voicesoftheelephpant symfony2 framework zendframework2 community injection phpunit zendframework application opinion podcast unittest development conference release

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