This repository has been archived by the owner on Aug 1, 2023. It is now read-only.
2.7.5: support recent HHVM releases
- list allowed FIXME codes in .hhconfig (required since HHVM 4.62)
- migrate
array
type annotations tovarray
ordarray
(required since HHVM 4.68) expect($obj)->toContain(...)
no longer supportsSplObjectStorage
as a special case- added
expect($callable)->toTriggerAnError(...)
to support legacy code that raises errors/warnings/notices instead of throwing exceptions