Skip to content

Releases: HackPack/HackUnit

HackUnit Release 1.1.0

04 Mar 15:33
Compare
Choose a tag to compare

New Features

  • Look for hh_autoload.php in addition to autoload.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 the Reporter into an interface and renaming the existing reporter as CliReporter.
  • Refactor main code to make it easier for consuming projects to invoke their tests.

Initial Stable Release

14 Oct 23:24
Compare
Choose a tag to compare
Assert can now return a KeyedContainerAssertion (#39)

Thanks! Strange that I missed this.