Released version 1.3.0
- officially supports HHVM v3.3.0 (thanks to @Majkl578 & @milo)
- added option
-o
(output format) which can enumerate from:console
: the same as default, but logo is not printedtap
: replacement for the deprecated --tap option (Test Anything Protocol)none
: nothing is printed, only bad usage errors when occures
- removed dependency on iconv and json extensions
- refactoring of
Environment::setup()
and file tester.php - FileMock works with
is_readable
&is_writable
For more information see documentation and changelog.