All Versions
41
Latest Version
Avg Release Cycle
35 days
Latest Release
2331 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.19.0 Changes
January 19, 2017- [NEW] Introduced focused specs for powerful test isolation (#199, #204, #197, #194, #188, #185, #181)
- [NEW] Support for multiple reporters (#202, #186)
- [IMPROVED] Stack trace output now excludes irrelevant information (#203, #170)
- ๐ [FIXED] Fixed error handler signature (#198 - thanks [@YuraLukashik])
- ๐ [FIXED] Fixed
--configuration
command line option parsing (#201, #171)
-
v1.18.1 Changes
April 23, 2016- ๐ Symfony console version constraint fixed
-
v1.18.0 Changes
March 14, 2016- โ Tests now fail when an error occurs - not just exceptions.
-
v1.17.0 Changes
February 23, 2016- โ
Suite type hints on
TestInterface
instead ofAbstractTest
- โ
Suite type hints on
-
v1.16.0 Changes
October 28, 2015- โ Add
--force-color
option (thanks @vicary)
- โ Add
-
v1.15.2 Changes
June 01, 2015- ๐ Fixed strict standards warning (thanks @mrkrstphr)
-
v1.15.1 Changes
March 31, 2015- Eliminate duplicate directory separators in path info
-
v1.15.0 Changes
February 24, 2015- ๐ Allow test and suite definitions to be invoked with arguments via
โTestInterface::setDefinitionArguments
and
โTestInterface::getDefinitionArguments
- ๐ Allow test and suite definitions to be invoked with arguments via
-
v1.14.0 Changes
February 15, 2015- โ Added count accessors to
TestResult
- โ Added count accessors to
-
v1.13.0 Changes
February 12, 2015runner.end
event now receives the run time as an argument