Releases: piece/stagehand-testrunner
Stagehand_TestRunner 4.2.0 (stable)
Stagehand_TestRunner 4.1.0 (stable)
Release Date: 2015-07-11 UTC
What's New in Stagehand_TestRunner 4.1.0
PHPUnit 4.6/4.7 support
(Issue #43)
PHPUnit 4.6 and 4.7 have been supported.
Symfony 2.7 support
(Issue #42)
Symfony 2.7 has been supported.
OSX Notification Center
(Issue #44)
OSX Notification Center has been supported for notifications.
Stagehand_TestRunner 4.0.1 (stable)
Release Date: 2014-09-05
What's New in Stagehand_TestRunner 4.0.1
A defect fix
The following defect has been fixed:
- An error "Fatal error: require(): Failed opening required ..." is raised when launching a test with a relative preload script (Issue #39)
Stagehand_TestRunner 4.0.0 (stable)
Release Date: 2014-06-06
What's New in Stagehand_TestRunner 4.0.0
PHPUnit 4.0 support
(Issue #32)
PHPUnit 4.0 has been supported.
The notification message for unexpected output
(Issue #35)
The special message is notified if creating the notification message from output is failed.
Composer support improvement
(Issue #37)
The testrunner script loads the Composer generated autoload.php in the host project.
End of PEAR support for Stagehand_TestRunner
(Issue #38)
As of this version, Stagehand_TestRunner is no longer provided as a PEAR package.
End of support for CakePHP, CIUnit, PHPSpec 1.x, and SimpleTest
(Issue #31)
As of this version, CakePHP, CIUnit, PHPSpec 1.x, and SimpleTest are no longer supported.
End of support for PHPUnit 3.6
(Issue #34)
As of this version, PHPUnit 3.6 is no longer supported.
Stagehand_TestRunner 3.6.2 (stable)
Release Date: 2013-11-01
What's New in Stagehand_TestRunner 3.6.2
A Defect Fix
The following defect has been fixed:
- A Symfony\Component\Process\Exception\RuntimeException is raised when running a test with continuous testing. (Issue #28)