News Feed
Jobs Feed
Sections




News Archive
Michelangelo van Dam's Blog:
Quality Assurance on PHP projects - PHPUnit part 1
August 17, 2011 @ 10:02:33

Michelangelo van Dam continues his "Quality Assurance in PHP projects" series in his latest post, the first of a few, about using PHPUnit to test your application.

Of all tools available for improving quality assurance, there's one tool that is the core tool you have to master: PHPUnit. PHPUnit is a complete testing framework crafted by Sebastian Bergmann (@s_bergmann), who ported existing xUnit frameworks to PHP. And with this testing framework you're able to test your functionality in an automated way before you push code into production.

Michelangelo walks you through the installation (via the PEAR installer), creating a phpunit.xml configuration file and making a basic bootstrapper to define some paths and environments. To make the tests a bit more relevant than just pseudo-test examples, he's created a set of tests based around a tic-tac-toe application in a test-driven design fashion (tests first, then code). In this first part he sets up some of his assertions in the tests, but you'll have to wait until part 2 for the code that will make them pass.

0 comments voice your opinion now!
quality assurance project phpunit unittest tutorial tdd


blog comments powered by Disqus

Similar Posts

CatsWhoCode.com: Getting started with CouchDB: a beginner's guide

NETTUTS.com: Organize Your Next PHP Project the Right Way

Gonzalo Ayuso's Blog: Pivot tables in PHP

Simon Harris' Blog: Making Phone Calls and Sending SMS with HTML

HowTo Forge: How To Set Up A Facebook RSS Feed Reader


Community Events











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


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

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