Changeset 93

Show
Ignore:
Timestamp:
07/11/06 10:06:49 (2 years ago)
Author:
mrook
Message:

Add a clarifying note about using AllTests.php files or similar setups

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.2/docs/phing_guide/book/chapters/appendixes/AppendixC-OptionalTasks.html

    r91 r93  
    688688text results to the console. The build process is aborted if a test 
    689689fails.</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 
     692and 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 
    690694<h2><a name="PHPUnit2Report"></a>PHPUnit2Report</h2> 
    691695<p>This task transforms PHPUnit2 xml reports to HTML using XSLT.</p>