Yaffs site version 1.1
[yaffs-website] / vendor / phpunit / phpunit / ChangeLog-4.5.md
1 # Changes in PHPUnit 4.5
2
3 All notable changes of the PHPUnit 4.5 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
4
5 ## [4.5.1] - 2015-03-29
6
7 ## [4.5.0] - 2015-02-05
8
9 ### Added
10
11 * Added out-of-the-box support for [Prophecy](https://github.com/phpspec/prophecy)
12 * Implemented [#137](https://github.com/sebastianbergmann/phpunit/issues/137): Add support for variable number of tests shown per line in default result printer
13
14 ### Changed
15
16 * Merged [#1478](https://github.com/sebastianbergmann/phpunit/issues/1478): Improve the performance of `PHPUnit_Framework_Constraint_IsEqual` (which is used by `assertEquals()`, for instance) for the most common case
17
18 ### Deprecated
19
20 * [Deprecated](https://github.com/sebastianbergmann/phpunit/commit/7abe7796f77b13fdf3cfc506fb987d6c2ab477f5) the `--strict` commandline option and the XML configuration's `strict` attribute
21
22 ### Fixed
23
24 * Fixed [#1474](https://github.com/sebastianbergmann/phpunit/issues/1474): Allow the registration of custom comparators for `assertEquals()` et al. (again)
25
26 [4.5.1]: https://github.com/sebastianbergmann/phpunit/compare/4.5.0...4.5.1
27 [4.5.0]: https://github.com/sebastianbergmann/phpunit/compare/4.4...4.5.0
28