Sebastian Bergmann's Blog: Graphical Logging in PHPUnit 3
On his blog today, Sebastian Bergmann has posted this quick entry about a cool feature of the upcoming version of PHPUnit - a graphical representation of the test execution.
Another new feature of the next version of PHPUnit is the ability to generate a graphical visualization of the test execution using GraphViz.
This graph (SVG version), for example, shows the graphical visualization for the execution of the tests declared in the MoneyTest sample that comes with PHPUnit.
The MoneyTest sample mentioned comes with the PHPUnit download, but the code was altered to cause it to fail. You can see the... [ read the rest ]
Read the full article on PHPDeveloper - Posted on 01/02/06
|