Skip to content

Releases: piece/stagehand-testrunner

Stagehand_TestRunner 4.2.0 (stable)

05 Apr 05:37
v4.2.0
Compare
Choose a tag to compare

Release Date: 2016-04-05 UTC

What's New in Stagehand_TestRunner 4.2.0

PHPUnit 5 support

(Issue #52)

PHPUnit 5 has been supported.

PHP 7 support

(Issue #46)

PHP 7 has been supported.

Stagehand_TestRunner 4.1.0 (stable)

11 Jul 16:15
v4.1.0
Compare
Choose a tag to compare

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)

05 Sep 08:33
v4.0.1
Compare
Choose a tag to compare

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)

06 Jun 03:28
v4.0.0
Compare
Choose a tag to compare

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)

01 Nov 08:56
v3.6.2
Compare
Choose a tag to compare

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)