Skip to content

Releases: peridot-php/peridot

1.12.0

06 Jan 13:39
Compare
Choose a tag to compare
  • AbstractTest objects now include the file path associated with them via
    getFile()
  • Command::getRunner() and Command::setRunner() added

1.11.1

06 Jan 13:39
Compare
Choose a tag to compare
  • Exception type hinting no longer required in test results and reporters

1.11.0

06 Jan 13:39
Compare
Choose a tag to compare
  • Configuration variables persisted to ENV

1.10.0

19 Jan 01:16
Compare
Choose a tag to compare
  • The Context class now supports a clear method to reset loaded suites.

1.9.0

06 Jan 17:23
Compare
Choose a tag to compare

This minor release adds functionality to support custom test runners.

  • RunnerInterface added for custom Runners to implement
  • The Application class added methods setRunner, getRunner, getEnvironment, getConfiguration, and setConfiguration
  • The peridot.configure event is passed an additional argument that is the Application instance

1.8.5

06 Jan 13:36
Compare
Choose a tag to compare
  • Support HHVM 3.5 nightly autoload path in bin/peridot

1.8.4

06 Jan 13:36
Compare
Choose a tag to compare
  • Update all scope refs to core scope

1.8.3

06 Jan 13:35
Compare
Choose a tag to compare
  • Adds Core Scope back as an extension of scope module

1.8.2

06 Jan 13:35
Compare
Choose a tag to compare
  • Pull scope into separate package

1.8.1

06 Jan 13:35
Compare
Choose a tag to compare
  • Multi-line exception messages indent each line