News Feed
Jobs Feed
Sections




News Archive
Stefan Priebsch's Blog:
PHPUnit test and Code Coverage Statistics with phing
April 22, 2008 @ 14:15:18

Stefan Priebsch has posted an example of how he uses PHPUnit "manually" to reduce the overhead (and added complexity) of calling phing.

Instead of instantiating PHPUnit from phing, I use the command line interface to call PHPUnit. This decouples phing and PHPUnit, which should cause less problems with version updates in the future. To configure PHPUnit, phing creates a temporary XML configuration file which is deleted after PHPUnit has finished.

The source is included in the post - it manually builds the XML file needed for phing to do its job.

1 comment voice your opinion now!
phing phpunit codecoverage statistic generate xml


blog comments powered by Disqus

Similar Posts

Web Builder Zone: The different kinds of testing

Mike Lively\'s Blog: Finally used PHPUnit and I like it

Zoe Slattery's Blog: PHP TestFest - one more month to go!

Alexander Netkachev's Blog: Automatic testing of MVC applications created with Zend Framework

Sebastian Bergmann's Blog: Test Dependencies in PHPUnit 3.4


Community Events











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


community development composer database podcast example release opinion functional testing phpunit series api language introduction framework zendframework2 interview code unittest

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