Skip to content

Releases: brainbits/functional-test-helpers

6.1.0

04 Nov 12:08
Compare
Choose a tag to compare

6.1.0 (2024-11-04)

Features

6.0.0

31 Oct 14:30
Compare
Choose a tag to compare

6.0.0 (2024-10-31)

Bug Fixes

  • Raise dependency versions, require php 8.3, require phpunit 11 (3d2715b)

Features

  • Improve multipart handling in request builder (9b48406)

BREAKING CHANGES

  • Use MockRequestBuilder->multipart() instead of MockRequestBuilder->multipartFile()

5.2.0

02 Sep 07:36
Compare
Choose a tag to compare

5.2.0 (2024-09-02)

Features

  • Support switching between Dama and normal Mysql Schema Strategy in a test run (bdd00d8)

5.1.1

29 Aug 11:36
Compare
Choose a tag to compare

5.1.1 (2024-08-29)

Bug Fixes

  • Don not rely on possibly incorrect data TABLE_ROWS (65985a6)

5.1.0

11 Jun 08:06
Compare
Choose a tag to compare

5.1.0 (2024-06-11)

Features

5.0.2

26 Apr 13:23
Compare
Choose a tag to compare

5.0.2 (2024-04-26)

Bug Fixes

  • Drop PHP 8.1 support (272aa36)
  • Drop thecodingmachine/safe < 2.0 support (94e9f35)
  • Raise phpstan level to 6 (8582e9d)

5.0.1

26 Apr 11:54
Compare
Choose a tag to compare

5.0.1 (2024-04-26)

Bug Fixes

  • deps: Update dependencies (5de0ace)

5.0.0

26 Apr 11:42
Compare
Choose a tag to compare

5.0.0 (2024-04-26)

Bug Fixes

  • Use attributes for after and before (27cc7c3)

BREAKING CHANGES

  • The functional test helpers now require phpunit 10.x+

4.11.1

03 Apr 11:19
Compare
Choose a tag to compare

4.11.1 (2024-04-03)

Bug Fixes

4.11.0

25 May 13:00
Compare
Choose a tag to compare

4.11.0 (2023-05-25)

Features