All notable changes to DbUnit are documented in this file using the Keep a CHANGELOG principles.
4.0.0 - 2018-02-07
- This extension now requires PHPUnit 7
- This extension is no longer supported on PHP 7.0
3.0.3 - 2018-01-23
- Fixed #191: MySQL's
FOREIGN_KEY_CHECKS
setting gets lost - Fixed #192: Error message for wrong fixture is not good enough
- Fixed #201:
TestCaseTrait::tearDown()
does not call parent'stearDown()
- Fixed #204:
DefaultConnection::close()
does not close database connection - Fixed #205: Metadata for empty SQLite table is not handled correctly
3.0.2 - 2017-11-18
- This extension is now compatible with Symfony Console 4
3.0.1 - 2017-10-19
- Fixed #193: Multibyte values are not displayed correctly
- Fixed #195: Empty tables are not displayed correctly
3.0.0 - 2017-02-03
- DbUnit's units of code are now namespaced
- DbUnit is now compatible with, and requires, PHPUnit 6.0
- The
dbunit
CLI tool was removed