Skip to content

Releases: peridot-php/peridot

1.19.0

19 Jan 01:27
Compare
Choose a tag to compare
  • [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)

1.18.1

06 Jan 13:42
Compare
Choose a tag to compare
  • Symfony console version constraint fixed

1.18.0

06 Jan 13:42
Compare
Choose a tag to compare
  • Tests now fail when an error occurs - not just exceptions.

1.17.0

06 Jan 13:42
Compare
Choose a tag to compare
  • Suite type hints on TestInterface instead of AbstractTest

1.16.0

06 Jan 13:41
Compare
Choose a tag to compare
  • Add --force-color option (thanks @vicary)

1.15.2

06 Jan 13:41
Compare
Choose a tag to compare
  • Fixed strict standards warning (thanks @mrkrstphr)

1.15.1

06 Jan 13:41
Compare
Choose a tag to compare
  • Eliminate duplicate directory separators in path info

1.15.0

06 Jan 13:40
Compare
Choose a tag to compare
  • Allow test and suite definitions to be invoked with arguments via
    TestInterface::setDefinitionArguments and
    TestInterface::getDefinitionArguments

1.14.0

06 Jan 13:40
Compare
Choose a tag to compare
  • Added count accessors to TestResult

1.13.0

06 Jan 13:40
Compare
Choose a tag to compare
  • runner.end event now receives the run time as an argument