Mercurial > hg > isophonics-drupal-site
annotate vendor/phpunit/php-code-coverage/ChangeLog-5.2.md @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | |
children |
rev | line source |
---|---|
Chris@14 | 1 # Changes in PHP_CodeCoverage 5.2 |
Chris@14 | 2 |
Chris@14 | 3 All notable changes of the PHP_CodeCoverage 5.2 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. |
Chris@14 | 4 |
Chris@14 | 5 ## [5.2.4] - 2017-11-27 |
Chris@14 | 6 |
Chris@14 | 7 ### Fixed |
Chris@14 | 8 |
Chris@14 | 9 * Fixed [#424](https://github.com/sebastianbergmann/php-code-coverage/issues/424): Rest of a function or method is ignored after an anonymous function |
Chris@14 | 10 * Fixed [#455](https://github.com/sebastianbergmann/php-code-coverage/issues/455): Dashboard does not handle namespaced classes properly |
Chris@14 | 11 * Fixed [#468](https://github.com/sebastianbergmann/php-code-coverage/issues/468): Global functions are not properly counted |
Chris@14 | 12 * Fixed [#560](https://github.com/sebastianbergmann/php-code-coverage/issues/560): Uncovered whitelisted files are missing from the report |
Chris@14 | 13 |
Chris@14 | 14 ## [5.2.3] - 2017-11-03 |
Chris@14 | 15 |
Chris@14 | 16 ### Fixed |
Chris@14 | 17 |
Chris@14 | 18 * Fixed [#540](https://github.com/sebastianbergmann/php-code-coverage/issues/540): Missing attribute `type` in the CSS `<link>` elements |
Chris@14 | 19 * Fixed [#554](https://github.com/sebastianbergmann/php-code-coverage/pull/554): `Parameter must be an array or an object that implements Countable` |
Chris@14 | 20 |
Chris@14 | 21 ## [5.2.2] - 2017-08-03 |
Chris@14 | 22 |
Chris@14 | 23 ## Changed |
Chris@14 | 24 |
Chris@14 | 25 * Bumped required versions of dependencies |
Chris@14 | 26 |
Chris@14 | 27 ## [5.2.1] - 2017-04-21 |
Chris@14 | 28 |
Chris@14 | 29 ## Changed |
Chris@14 | 30 |
Chris@14 | 31 * Version 3 of `sebastian/environment` is now required |
Chris@14 | 32 |
Chris@14 | 33 ## [5.2.0] - 2017-04-20 |
Chris@14 | 34 |
Chris@14 | 35 ## Changed |
Chris@14 | 36 |
Chris@14 | 37 * Implemented [#518](https://github.com/sebastianbergmann/php-code-coverage/pull/518): Add more information to XML code coverage report |
Chris@14 | 38 |
Chris@14 | 39 [5.2.4]: https://github.com/sebastianbergmann/php-code-coverage/compare/5.2.3...5.2.4 |
Chris@14 | 40 [5.2.3]: https://github.com/sebastianbergmann/php-code-coverage/compare/5.2.2...5.2.3 |
Chris@14 | 41 [5.2.2]: https://github.com/sebastianbergmann/php-code-coverage/compare/5.2.1...5.2.2 |
Chris@14 | 42 [5.2.1]: https://github.com/sebastianbergmann/php-code-coverage/compare/5.2.0...5.2.1 |
Chris@14 | 43 [5.2.0]: https://github.com/sebastianbergmann/php-code-coverage/compare/5.1...5.2.0 |
Chris@14 | 44 |