Mercurial > hg > isophonics-drupal-site
annotate vendor/phpunit/phpunit/ChangeLog-4.5.md @ 9:1fc0ff908d1f
Add another data file
author | Chris Cannam |
---|---|
date | Mon, 05 Feb 2018 12:34:32 +0000 |
parents | 4c8ae668cc8c |
children |
rev | line source |
---|---|
Chris@0 | 1 # Changes in PHPUnit 4.5 |
Chris@0 | 2 |
Chris@0 | 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. |
Chris@0 | 4 |
Chris@0 | 5 ## [4.5.1] - 2015-03-29 |
Chris@0 | 6 |
Chris@0 | 7 ## [4.5.0] - 2015-02-05 |
Chris@0 | 8 |
Chris@0 | 9 ### Added |
Chris@0 | 10 |
Chris@0 | 11 * Added out-of-the-box support for [Prophecy](https://github.com/phpspec/prophecy) |
Chris@0 | 12 * Implemented [#137](https://github.com/sebastianbergmann/phpunit/issues/137): Add support for variable number of tests shown per line in default result printer |
Chris@0 | 13 |
Chris@0 | 14 ### Changed |
Chris@0 | 15 |
Chris@0 | 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 |
Chris@0 | 17 |
Chris@0 | 18 ### Deprecated |
Chris@0 | 19 |
Chris@0 | 20 * [Deprecated](https://github.com/sebastianbergmann/phpunit/commit/7abe7796f77b13fdf3cfc506fb987d6c2ab477f5) the `--strict` commandline option and the XML configuration's `strict` attribute |
Chris@0 | 21 |
Chris@0 | 22 ### Fixed |
Chris@0 | 23 |
Chris@0 | 24 * Fixed [#1474](https://github.com/sebastianbergmann/phpunit/issues/1474): Allow the registration of custom comparators for `assertEquals()` et al. (again) |
Chris@0 | 25 |
Chris@0 | 26 [4.5.1]: https://github.com/sebastianbergmann/phpunit/compare/4.5.0...4.5.1 |
Chris@0 | 27 [4.5.0]: https://github.com/sebastianbergmann/phpunit/compare/4.4...4.5.0 |
Chris@0 | 28 |