Skip to content

v1.1.3

Compare
Choose a tag to compare
@srtfisher srtfisher released this 15 Aug 03:34
· 51 commits to 1.x since this release
2a4229b

Added

  • Added a with_image() helper to mocked HTTP responses.
  • Added a is_blob() and is_file() helper to Mantle\Http_Client\Response.
  • Added with_real_thumbnail() method to post factory for creating posts with
    real underlying thumbnail files.

Changed

  • Added support for faking specific HTTP requests by method.
  • Added helper for fluently building HTTP sequence responses.

Fixed

  • Fixed an issue with taxonomy registration not returning an array.