Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

2.7.5: support recent HHVM releases

Compare
Choose a tag to compare
@jjergus jjergus released this 29 Jul 17:18
62e2c39
  • list allowed FIXME codes in .hhconfig (required since HHVM 4.62)
  • migrate array type annotations to varray or darray (required since HHVM 4.68)
  • expect($obj)->toContain(...) no longer supports SplObjectStorage as a special case
  • added expect($callable)->toTriggerAnError(...) to support legacy code that raises errors/warnings/notices instead of throwing exceptions