More Work on Reporting in PHPUnit 3
Michael Lively Jr. sent me a patch last night that implements most of the bits and pieces that were still missing from the new reporting functionality in PHPUnit 3.

The screenshot above shows the summary page for PHPUnit's own test suite. The screenshot below shows a more detailed view.

The screenshot below shows the test results for the ExceptionTestCaseTest test case. Notice the graphical representation of the test case structure.

The screenshot below shows the code coverage for the PHPUnit2_Framework_Assert class.

When you compare the current version of the reporting to the original version you will notice that I changed the color scheme. It now uses colors from the Tango Palette.
Update: I released a third alpha-quality version of PHPUnit 3 that now contains the new reporting functionality.

The screenshot above shows the summary page for PHPUnit's own test suite. The screenshot below shows a more detailed view.

The screenshot below shows the test results for the ExceptionTestCaseTest test case. Notice the graphical representation of the test case structure.

The screenshot below shows the code coverage for the PHPUnit2_Framework_Assert class.

When you compare the current version of the reporting to the original version you will notice that I changed the color scheme. It now uses colors from the Tango Palette.
Update: I released a third alpha-quality version of PHPUnit 3 that now contains the new reporting functionality.


