Skip to content

Releases: brainbits/functional-test-helpers

7.1.1

04 Jul 07:38
Compare
Choose a tag to compare

7.1.1 (2025-07-04)

Bug Fixes

  • Fix http mock request builder assertions (bc0cb32)

7.1.0

08 May 06:41
Compare
Choose a tag to compare

7.1.0 (2025-05-08)

Features

  • Support Doctrine DBAL 4.x (ad6943a)

7.0.3

31 Mar 11:28
Compare
Choose a tag to compare

7.0.3 (2025-03-31)

Bug Fixes

  • Add more robust query array parameter handling (959bf8d)

7.0.2

25 Mar 12:45
Compare
Choose a tag to compare

7.0.2 (2025-03-25)

Bug Fixes

  • Allow array query parameters (00c0f24)

7.0.1

11 Feb 15:04
Compare
Choose a tag to compare

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

30 Jan 08:03
Compare
Choose a tag to compare

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

29 Jan 06:55
Compare
Choose a tag to compare

6.1.4 (2025-01-29)

Bug Fixes

  • pass size to content cb in MockRequestBuilder (e52ff9e)

6.1.3

22 Jan 14:29
Compare
Choose a tag to compare

6.1.3 (2025-01-22)

Bug Fixes

  • Allow assertions in mock request builder that() (703d5e7)

6.1.2

17 Jan 14:44
Compare
Choose a tag to compare

6.1.2 (2025-01-17)

Bug Fixes

  • Allow override of multipart file mimetype (da6f106)
  • Check for 7z presence (98f09d8)

6.1.1

06 Dec 09:34
Compare
Choose a tag to compare

6.1.1 (2024-12-06)

Bug Fixes

  • http-client-mock: add content-length to body (f199f49)