This repository has been archived on 2025-09-29. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drupalcampbristol/core/vendor/phpunit/phpunit/ChangeLog-4.5.md

852 B

Changes in PHPUnit 4.5

PHPUnit 4.5.0

  • Added out-of-the-box support for Prophecy
  • Implemented #137: Add support for variable number of tests shown per line in default result printer
  • Merged #1478: Improve the performance of PHPUnit_Framework_Constraint_IsEqual (which is used by assertEquals(), for instance) for the most common case
  • Fixed #1474: Allow the registration of custom comparators for assertEquals() et al. (again)
  • Deprecated the --strict commandline option and the XML configuration's strict attribute