News Feed
Jobs Feed
Sections




News Archive
Label Media Blog:
Test Driven Development with PHPUnit
December 03, 2010 @ 08:46:26

New on the Label Media blog today Sam Holman has posted his introductory look at doing Test Driven Development (TDD) with the help of the popular PHP unit testing tool PHPUnit.

I couldn't find any recent surveys looking into the percentage of software development teams that make use of TDD, but i'd hazard a guess that it's probably not as high as it perhaps should be. I think there are a number of reasons for this, but it's primarily all about the people. The technologies are here, you've just got to start using them - which begins by understanding why they should be used. [...] There are a number of test frameworks for PHP, the biggest of which are probably PHPUnit and SimpleTest. My preference is for PHPUnit, which is the one I'll be using here.

He walks you through the basics first - installation of PHPUnit from its PEAR channel and setting up some basics tests. From there he moves into the TDD-ness stage, creating a sample class to test the getting and setting of values from a configuration class. He also provides the class that's something like your end result should be.

0 comments voice your opinion now!
phpunit testdriven development tdd introduction unittest


blog comments powered by Disqus

Similar Posts

DZone.com: Parallel PHPUnit

Tobias Schlitt's Blog: Free eZ components sessions -2-

Paul Jones: Aura: More Decoupled Than Symfony 2 and Zend Framework 2

PHPBuilder.com: Beginning PHP: One Goal at a Time

Johannes Schluter's Blog: Future of PHP 6


Community Events











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


code framework language series unittest composer introduction conference tool community podcast example interview testing release opinion functional zendframework2 object development

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