Releases: selective-php/test-traits
Releases · selective-php/test-traits
4.0.0
Changed
- Update requirements to PHP 8.1+
3.0.0
Breaking Changes
Changes
- DatabaseTestTrait insertFixture returns the last inserted ID #6
2.1.1
Fixed
- Fix truncate table for MySQL 8
2.1.0
Fixed
- Fix database table truncate for PHP 8
Changed
- Optimize assert json for better comparability
Added
- Add HttpTestTrait::assertResponseContains method
2.0.0
Added
Removed
Changed
Fixed
- Fix HttpJsonTestTrait::createJsonRequest body content
1.1.0
Changes
- Decouple HttpTestTrait from slim/psr7
1.0.3
Fixed
- Optimized fix for MySQL/MariaDB database detection
1.0.2
Fixed
- Fix DatabaseTestTrait for MySQL 8 on Ubuntu Linux