Releases: brainbits/functional-test-helpers
Releases · brainbits/functional-test-helpers
6.1.0
6.1.0 (2024-11-04)
Features
6.0.0
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
5.2.0 (2024-09-02)
Features
- Support switching between Dama and normal Mysql Schema Strategy in a test run (bdd00d8)
5.1.1
5.1.1 (2024-08-29)
Bug Fixes
- Don not rely on possibly incorrect data TABLE_ROWS (65985a6)
5.1.0
5.1.0 (2024-06-11)
Features
5.0.2
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
5.0.1 (2024-04-26)
Bug Fixes
- deps: Update dependencies (5de0ace)
5.0.0
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+