Changeset 93
- Timestamp:
- 07/11/06 10:06:49 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.2/docs/phing_guide/book/chapters/appendixes/AppendixC-OptionalTasks.html
r91 r93 688 688 text results to the console. The build process is aborted if a test 689 689 fails.</p> 690 691 <p><b>Important note:</b> using a mechanism such as an "AllTests.php" file to execute testcases will bypass the Phing hooks used for reporting 692 and counting, and could possibly lead to strange results. Instead, use one of more fileset's to provide a list of testcases to execute.</p> 693 690 694 <h2><a name="PHPUnit2Report"></a>PHPUnit2Report</h2> 691 695 <p>This task transforms PHPUnit2 xml reports to HTML using XSLT.</p>
