Releases: hjerichen/dbunit
Releases · hjerichen/dbunit
Version 0.4.1
Version 0.4.0
- Support PHP 8.4 and set PHP 8.2 as minimum version.
Version 0.3.0
- 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
- 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
- Quote table names in truncate SQL for cleanup database.
Version 0.1.3
- Quote table names in SQLs.
Version 0.1.2
- Disable foreign key checks for cleaning tables.
Version 0.1.1
- Fix wrong description in composer.json
- Allow older versions of package symfony/yaml
Version 0.1.0
First Release.