v1.1.3
Added
- Added a
with_image()
helper to mocked HTTP responses. - Added a
is_blob()
andis_file()
helper toMantle\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.