Release notes for Stagehand_TestRunner 2.2.0 (stable)
Release Date: 2008-05-11
A new release of Stagehand_TestRunner is now available.
What's New in Stagehand_TestRunner 2.2.0
- Test.php support
- Test classes ending with "Test.php" have become targets of running tests by testrunner/testrunner-st (PHPUnit/SimpleTest).
- Test class extensions
- Extending test classes has become a lot easier since the PHPUnit/SimpleTest collectors now target only classes ending with Test or TestCase.
See the following release notes for details.
Enhancements
- Removed the second argument for passthru(). (Stagehand_TestRunner_AlterationMonitor)
- Removed error_reporting(). (specrunner/testrunner/testrunner-st)
- Added some error handling. (Stagehand_TestRunner)
- Added support for running tests ending with "Test.php". (PHPUnit/SimpleTest)
- Changed a collector's behavior so as to target only classes ending with Test or TestCase. (Ticket #18) (PHPUnit/SimpleTest)
- Added "^.#" to the exclude patterns. (Stagehand_TestRunner_DirectoryScanner)
- Changed code so as to exit the program when loading a preload file is failed. (specrunner/testrunner/testrunner-st)
Defect Fixes
- Fixed a defect that caused tests to be run every time if fileperms()/filemtime() fails when using autotest.
