Releases: brainbits/functional-test-helpers
Releases · brainbits/functional-test-helpers
7.1.1
7.1.1 (2025-07-04)
Bug Fixes
- Fix http mock request builder assertions (bc0cb32)
7.1.0
7.1.0 (2025-05-08)
Features
- Support Doctrine DBAL 4.x (ad6943a)
7.0.3
7.0.3 (2025-03-31)
Bug Fixes
- Add more robust query array parameter handling (959bf8d)
7.0.2
7.0.2 (2025-03-25)
Bug Fixes
- Allow array query parameters (00c0f24)
7.0.1
7.0.1 (2025-02-11)
Bug Fixes
- Remove legacy check (6dc6ce7)
- Upgrade to phpstan 2, phpunit 12 and allow safe 3 (f7ed117)
7.0.0
7.0.0 (2025-01-30)
Features
- Refactor http client mock (65320d4)
BREAKING CHANGES
- Request matcher behaviour has changed for headers, queryParams, requestParams and multiparts
6.1.4
6.1.4 (2025-01-29)
Bug Fixes
- pass size to content cb in MockRequestBuilder (e52ff9e)
6.1.3
6.1.3 (2025-01-22)
Bug Fixes
- Allow assertions in mock request builder that() (703d5e7)
6.1.2
6.1.2 (2025-01-17)
Bug Fixes
- Allow override of multipart file mimetype (da6f106)
- Check for 7z presence (98f09d8)
6.1.1
6.1.1 (2024-12-06)
Bug Fixes
- http-client-mock: add content-length to body (f199f49)