You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.2 KiB
1.2 KiB
Changes in PHPUnit 4.5
All notable changes of the PHPUnit 4.5 release series are documented in this file using the Keep a CHANGELOG principles.
4.5.1 - 2015-03-29
4.5.0 - 2015-02-05
Added
- Added out-of-the-box support for Prophecy
- Implemented #137: Add support for variable number of tests shown per line in default result printer
Changed
- Merged #1478: Improve the performance of
PHPUnit_Framework_Constraint_IsEqual
(which is used byassertEquals()
, for instance) for the most common case
Deprecated
- Deprecated the
--strict
commandline option and the XML configuration'sstrict
attribute
Fixed
- Fixed #1474: Allow the registration of custom comparators for
assertEquals()
et al. (again)