Skip to content

Releases: selective-php/test-traits

4.1.0

09 Oct 19:00
Compare
Choose a tag to compare

4.0.0

09 Sep 21:40
Compare
Choose a tag to compare

Changed

  • Update requirements to PHP 8.1+

3.0.0

27 Nov 13:34
Compare
Choose a tag to compare

Breaking Changes

  • Require PHP 8+

Changes

  • DatabaseTestTrait insertFixture returns the last inserted ID #6

2.2.0

09 Feb 14:24
Compare
Choose a tag to compare

Added

  • Add RouteTestTrait #1

2.1.1

04 Feb 16:18
Compare
Choose a tag to compare

Fixed

  • Fix truncate table for MySQL 8

2.1.0

04 Feb 15:02
Compare
Choose a tag to compare

Fixed

  • Fix database table truncate for PHP 8

Changed

  • Optimize assert json for better comparability

Added

  • Add HttpTestTrait::assertResponseContains method

2.0.0

09 Sep 10:29
Compare
Choose a tag to compare

Added

  • Add MailerTestTrait

Removed

  • Remove RouteTestTrait

Changed

  • Update dev dependencies

Fixed

  • Fix HttpJsonTestTrait::createJsonRequest body content

1.1.0

08 May 14:39
Compare
Choose a tag to compare

Changes

  • Decouple HttpTestTrait from slim/psr7

1.0.3

27 Feb 12:41
Compare
Choose a tag to compare

Fixed

  • Optimized fix for MySQL/MariaDB database detection

1.0.2

20 Feb 20:24
Compare
Choose a tag to compare

Fixed

  • Fix DatabaseTestTrait for MySQL 8 on Ubuntu Linux