All Versions
41
Latest Version
Avg Release Cycle
35 days
Latest Release
2331 days ago

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 of AbstractTest
  • v1.16.0 Changes

    October 28, 2015
    • โž• Add --force-color option (thanks @vicary)
  • 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
  • v1.14.0 Changes

    February 15, 2015
    • โž• Added count accessors to TestResult
  • v1.13.0 Changes

    February 12, 2015
    • runner.end event now receives the run time as an argument