Skip to content

Releases: hjerichen/dbunit

Version 0.4.1

22 Dec 08:52
bb94821

Choose a tag to compare

  • Update dependencies
  • Make PHP 8.3 to minimum PHP version

Version 0.4.0

13 Mar 14:52

Choose a tag to compare

  • Support PHP 8.4 and set PHP 8.2 as minimum version.

Version 0.3.0

22 Jun 11:54

Choose a tag to compare

  • Minimum requirement is now PHP 8.1
  • Check issues with Psalm in CI
  • Possibility to declare dataset for setup and expectation check via attribute on test method
  • Support for testing with a sqlite in memory database via SQLiteTestCaseTrait

Version 0.2.0

01 Jun 19:48

Choose a tag to compare

  • Add DatasetComposite for using merged datasets.
  • Deactivate strict mode of mysql during set up operation.
  • Add support for other dependency versions

Version 0.1.4

22 May 13:21

Choose a tag to compare

  • Quote table names in truncate SQL for cleanup database.

Version 0.1.3

22 May 13:09

Choose a tag to compare

  • Quote table names in SQLs.

Version 0.1.2

22 May 10:12

Choose a tag to compare

  • Disable foreign key checks for cleaning tables.

Version 0.1.1

16 Mar 21:54

Choose a tag to compare

  • Fix wrong description in composer.json
  • Allow older versions of package symfony/yaml

Version 0.1.0

16 Mar 21:32

Choose a tag to compare

First Release.