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

1.4.0

Latest
Compare
Choose a tag to compare
@elazar elazar released this 05 Jun 13:00
· 154 commits to master since this release
  • 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)