News Feed
Jobs Feed
Sections




News Archive
Volker Dusch's Blog:
Creating your custom PHPUnit output formats
January 20, 2011 @ 08:36:00

Volker Dusch has a new post to his blog today talking about PHPUnit and how you can make custom output formats to get the results exactly how you need them. The trick is in using XSLT for transformation.

While tackling with someones question i decided it's time to play around with xslt for learning purposes and i found something useful to do. He wanted to extend the --testdox-html output and i proposed to just transform phpunits xml output using an xslt since i didn't see a easy way to prove a custom implemenation for PHPUnit/Util/TestDox/ResultPrinter/HTML.php and i didn't want to change the file its self.

He gives an example of how to use the textdox output method to generate an XML document of the unit test run's results and a simple XSLT style sheet to format the results as a custom HTML page. He uses the "xsltproc" command line tool to make the translation happen.

0 comments voice your opinion now!
phpunit textdox xml xslt convert output format


blog comments powered by Disqus

Similar Posts

Matt Frost: Using Selenium2 with PHPUnit

International PHP Magazine: Poll Question: What are the Features you want to see in PHPUnit Projects

Vexxblog: How to convert/encode files to FLV using FFMPEG & PHP

Genius Blog: Advanced PHPUnit: Annotations

MSBWare.com: XML to Array


Community Events











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


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

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