Releases: peridot-php/peridot
Releases · peridot-php/peridot
1.12.0
AbstractTest
objects now include the file path associated with them via
getFile()
Command::getRunner()
and Command::setRunner()
added
1.11.1
- Exception type hinting no longer required in test results and reporters
1.11.0
- Configuration variables persisted to ENV
1.10.0
- The
Context
class now supports a clear
method to reset loaded suites.
1.9.0
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
- Support HHVM 3.5 nightly autoload path in
bin/peridot
1.8.4
- Update all scope refs to core scope
1.8.3
- Adds Core Scope back as an extension of scope module
1.8.2
- Pull scope into separate package
1.8.1
- Multi-line exception messages indent each line