Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

Latest commit

 

History

History
50 lines (31 loc) · 1.83 KB

ChangeLog.md

File metadata and controls

50 lines (31 loc) · 1.83 KB

Changes in DbUnit

All notable changes to DbUnit are documented in this file using the Keep a CHANGELOG principles.

4.0.0 - 2018-02-07

Removed

  • This extension now requires PHPUnit 7
  • This extension is no longer supported on PHP 7.0

3.0.3 - 2018-01-23

Fixed

  • 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's tearDown()
  • 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

Changed

  • This extension is now compatible with Symfony Console 4

3.0.1 - 2017-10-19

Fixed

  • Fixed #193: Multibyte values are not displayed correctly
  • Fixed #195: Empty tables are not displayed correctly

3.0.0 - 2017-02-03

Changed

  • DbUnit's units of code are now namespaced
  • DbUnit is now compatible with, and requires, PHPUnit 6.0

Removed

  • The dbunit CLI tool was removed