Releases: HackPack/HackUnit
Releases · HackPack/HackUnit
HackUnit Release 1.1.0
New Features
- Look for
hh_autoload.php
in addition toautoload.php
on bootstrap. This supports the use of hhvm-autoload - Start using CircleCI
New Internal Features
- New event objects are emitted, supporting a more well informed reporter.
- Generalize the concept of a
Reporter
, changing theReporter
into an interface and renaming the existing reporter asCliReporter
. - Refactor main code to make it easier for consuming projects to invoke their tests.
Initial Stable Release
Assert can now return a KeyedContainerAssertion (#39) Thanks! Strange that I missed this.