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

Releases: sebastianbergmann/dbunit

1.4.0

05 Jun 13:00
Compare
Choose a tag to compare
  • Support for PHPUnit 3.7.x has been removed, as BC-breaking changes were included in 4.x that prevent simultaneous support for both versions (@SenseException)
  • AbstractXmlDataSet has been modified to support handling large XML files (@davidmpaz)
  • AbstractXmlDataSet now returns more information for debugging when a parse error occurs (@davidmpaz)
  • .gitignore now includes the bin directory created when running composer install (@davidmpaz)
  • SymfonyYamlParser was modified to make its usage of the Symfony YAML component consistent with the requirements of v3.0 of that component (@DavidPrevot)

1.3.2

29 Mar 14:23
Compare
Choose a tag to compare
Merge pull request #155 from richardbrinkman/master

Added the ArrayDataSet as mentioned in the documentation.