1 The Test package is to be a compelling replacement for the current run-tests.php file.
5 * Extensible section parser
6 - 'before' type sections that run on a separate process prior to the script
7 - <strike>'modify' type sections that run prior to the script and can modify the source</strike>
8 - 'compare' type sections that run after the script and are given the results to compare
9 - 'after' type sections that run on a separate process after the script
10 * Given a $test object to handle assertion comparisons by default
11 * Have xUnit style setup and teardown sections
12 * Test package is tested
13 * xDebug code coverage
14 * Drop-in replacement for existing .phpt tests (i.e., can run all of the tests from PEAR and/or PHP)
15 * Extensible reporting via Test_Reporter objects (a la SimpleTest)