News Feed
Jobs Feed
Sections




News Archive
O'Reilly:
Testing PHP Code with PHPUnit
December 09, 2005 @ 07:07:30

On O'Reilly's ONLamp.com site today, there's a look at how to use the wildly popular testing suite, PHPUnit, to test your code for breakage.

The release of PHP 5 in July 2004 marked a significant leap in PHP's evolution--it enabled the development of large-scale applications to leverage the productivity, maintainability, and reusability of object-oriented design. While the language features introduced in PHP 5 are vital for this, the development of large-scale applications requires additional tools and techniques to be viable.

PHPUnit is such a tool. It supports the development of object-oriented PHP applications using the concepts and methods of Agile Programming, Extreme Programming, Test-Driven Development, and Design-by-Contract Development by providing an elegant and robust framework for the creation, execution, and analysis of unit tests.

This article introduces you to the framework, shows you how to create a simple test with it (including some configuration), and working with the "fixture" of the test. If you're interested in getting into unit testing your scripts, this article is a good place to start...

0 comments voice your opinion now!
phpunit unit test phpunit unit test


blog comments powered by Disqus

Similar Posts

Sebastian Bergmann's Blog: Support for PHPUnit in Parabuild

Sebastian Nohn's Blog: PHP on Cruise - Assuring compatibility with new PHP versions

Sebastian Bergmann's Blog: PHPUnit and Software Metrics

Chris Hartjes' Blog: Zend_Service_Audioscrobbler Update

BiGiTSS Blog: Upgrading to PHP 5.3..! - are you sure?


Community Events











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


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

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