News Feed
Jobs Feed
Sections




News Archive
Giorgio Sironi's Blog:
PHPUnit and Phing cohabitation
December 09, 2009 @ 09:15:21

If you already have a set of unit tests (PHPUnit) and are thinking of implementing a build tool like Phing, you might want to check out this new post from Giorgio Sironi about combining the two with a simple addition to your build configuration.

Integrating these two tools means giving Phing access to a PHPUnit test suite and letting the Phing build files, which manage configuration, contain also information on how to run the test suite. In the build.xml file of an application you should find different targets like generate-documentation, test-all, compile-all (if php were a compiled language), and so on.

He mentions the two ways you can run your unit tests - one being more native (a phpunit task) and the other a bit more "blind" (exec task). He looks at the first, allowing tighter integration with Phing and can actually break the build if something fails. He includes the XML for both to include in the build file and a brief explanation of what they're doing behind the scenes.

0 comments voice your opinion now!
build phing phpunit unittest tutorial


blog comments powered by Disqus

Similar Posts

Pierre-Alain Joye's Blog: Build cairo on windows, step #1

Project: Guzzle - RESTful web service client development framework

The Bakery: New Tutorials - PHPTAL, Multiple Checkboxes, and counterCache

Volker Dusch's Blog: Setting up Hudson for PHP Projects in 15 minutes

Chance Garcia's Blog: TEKX Tutorials - Best Practices & Being the Bad Guy


Community Events











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


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

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