News

Stagehand_TestRunner 3.6.1 (stable) released

Added by Atsuhiro KUBO about 1 month ago

Release Date: 2013-03-26

What's New in Stagehand_TestRunner 3.6.1

A Defect Fix

The following defect has been fixed:

  • An error "Fatal error: Using $this when not in object context in ..." is raised when launching a test with PHP 5.3. (Issue 26)

Stagehand_TestRunner 3.6.0 (stable) released

Added by Atsuhiro KUBO 2 months ago

We are pleased to announce that the Stagehand_TestRunner 3.6.0 (stable) is now available.

Release Date: 2013-03-19

What's New in Stagehand_TestRunner 3.6.0

[PHPUnit] Runs the phpunit command via the testrunner command.

(Issue 23)

The phpunit:passthrough command has been added that is equivalent to the phpunit command except it allows you to declare multiple test classes in a file.

A Defect Fix

The following defect has been fixed:

  • The file and line attributes are not included in failure/error elements of the JUnit XML when a test method which is declared in a trait is failed or error. (Issue 24)

Stagehand_TestRunner 3.5.0 (stable) released

Added by Atsuhiro KUBO 5 months ago

We are pleased to announce that the Stagehand_TestRunner 3.5.0 (stable) is now available.

Release Date: 2012-12-19

What's New in Stagehand_TestRunner 3.5.0

Uses the PEAR's php_bin as the PHP executable when the testrunner command is run as a program.

(Issue 16)

When the testrunner command is run as a program, the value of PHP CLI/CGI binary (php_bin) of your PEAR installation is now used as the PHP executable.

Four Defect Fixes

The following defects have been fixed:

  • [PHPUnit] A test method with a non-existing data provider method is not run when the --test-class or --test-method option is specified. (Issue 21)
  • An error Fatal error: Call to undefined function Stagehand\TestRunner\Core\workingDirectoryAtStartup() in ... is raised when launching a test with an older testrunner command. (Issue 20)
  • [PHPUnit] An error Undefined variable: notificationMessage is raised when no tests are executed. (Issue 19)
  • An error Fatal error: Call to undefined function UnexpectedValueException() in ... is raised when the preload script is not able to load. (Issue 18)

Stagehand_TestRunner 3.4.0 (stable) released

Added by Atsuhiro KUBO 6 months ago

We are pleased to announce that the Stagehand_TestRunner 3.4.0 (stable) is now available.

Release Date: 2012-11-13

What's New in Stagehand_TestRunner 3.4.0

Initializes the environment before loading the preload script.

(Issue #13)

The testrunner command now ensures that the error message is displayed when a fatal error or parse error is raised in the preload script.

[PHPUnit] Performance Improvement of Group Filtering

(Issue #15)

Performance of group filtering has been improved.

A Defect Fix

The following defect has been fixed:

  • [PHPUnit] The JUnit XML is incomplete when the --test-class or --test-method option is specified. (Issue #12)

Stagehand_TestRunner 3.3.1 (stable) released

Added by Atsuhiro KUBO 9 months ago

Release Date: 2012-09-01

What's New in Stagehand_TestRunner 3.3.1

A Defect Fix

The following defect has been fixed:

  • An error Fatal error: Class 'Symfony\Component\Process\Process' not found in ... is raised when launching Autotest. (Issue #8)

Stagehand_TestRunner 3.3.0 (stable) released

Added by Atsuhiro KUBO 9 months ago

We are pleased to announce that the Stagehand_TestRunner 3.3.0 (stable) is now available.

Release Date: 2012-08-31

What's New in Stagehand_TestRunner 3.3.0

Improved Autoloading for Stagehand_TestRunner's Classes

(Issue #6)

The launcher script testrunner has been changed as follows:

  • Does not load Composer's autoload.php.
  • Loads Stagehand/TestRunner/Core/Bootstrap.php only if the Stagehand\TestRunner\Core\Bootstrap class does not exist.

Sets the memory_limit directive to -1.

(Issue #5)

Sometimes MakeGood, an unexpected error Fatal error: Allowed memory size of xxx bytes exhausted ... is raised when running a test even though the memory_limit directive is set to -1 in the php.ini file. The memory_limit directive is now set to -1 to avoid raising this error.

A Defect Fix

The following defect has been fixed:

  • [PHPUnit] Specifying test methods do not work with the groups. (Issue #4)

Stagehand_TestRunner 3.2.0 (stable) released

Added by Atsuhiro KUBO 10 months ago

We are pleased to announce that the Stagehand_TestRunner 3.2.0 (stable) is now available.

Release Date: 2012-07-17

What's New in Stagehand_TestRunner 3.2.0

[PHPUnit] Early configures PHP configuration by the XML configuration file.

(Issue #420)

PHP configuration by the PHPUnit XML configuration file is now configured at the preparation time of the testing framework.

Two Defect Fixes

The following defects have been fixed:

  • [PHPUnit] Output from a test case is displayed twice. (Issue #418)
  • [PHPUnit] An expected failure is not reported when the --test-class or --test-method option is specified. (Issue #424)

Stagehand_TestRunner 3.1.0 (stable) released

Added by Atsuhiro KUBO 11 months ago

We are pleased to announce that the Stagehand_TestRunner 3.1.0 (stable) is now available.

Release Date: 2012-06-28

What's New in Stagehand_TestRunner 3.1.0

Logs additional information into a JUnit XML file when the --log-junit-realtime option is specified.

(Issue #415)

Additional information for test suites and test cases is now available in a JUnit XML file when the --log-junit-realtime option is specified.

Stagehand_TestRunner 3.0.4 (stable) released

Added by Atsuhiro KUBO 12 months ago

Release Date: 2012-06-05

What's New in Stagehand_TestRunner 3.0.4

A Defect Fix

The following defect has been fixed:

  • [PHPSpec] An UnexpectedValueException is raised when using the --log-junit option if a spec class is in the global namespace. (Issue #406)

Stagehand_TestRunner 3.0.3 (stable) released

Added by Atsuhiro KUBO about 1 year ago

Release Date: 2012-05-17

What's New in Stagehand_TestRunner 3.0.3

A Defect Fix

The following defect has been fixed:

  • An error is raised for a test using the PHPUnit_Extensions_SeleniumTestCase class if the --test-method option is specified. (Issue #401)

1 2 3 4 Next ยป

Also available in: Atom