最新服务器上的版本,以后用这个
wangzhenxin
2023-11-19 bc164b8bdbfbdf1d8229a5ced6b08d7cb8db7361
commit | author | age
2207d6 1 # Changes in PHP_CodeCoverage 5.2
W 2
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.
4
5 ## [5.2.4] - 2017-11-27
6
7 ### Fixed
8
9 * Fixed [#424](https://github.com/sebastianbergmann/php-code-coverage/issues/424): Rest of a function or method is ignored after an anonymous function
10 * Fixed [#455](https://github.com/sebastianbergmann/php-code-coverage/issues/455): Dashboard does not handle namespaced classes properly
11 * Fixed [#468](https://github.com/sebastianbergmann/php-code-coverage/issues/468): Global functions are not properly counted
12 * Fixed [#560](https://github.com/sebastianbergmann/php-code-coverage/issues/560): Uncovered whitelisted files are missing from the report
13
14 ## [5.2.3] - 2017-11-03
15
16 ### Fixed
17
18 * Fixed [#540](https://github.com/sebastianbergmann/php-code-coverage/issues/540): Missing attribute `type` in the CSS `<link>` elements
19 * Fixed [#554](https://github.com/sebastianbergmann/php-code-coverage/pull/554): `Parameter must be an array or an object that implements Countable`
20
21 ## [5.2.2] - 2017-08-03
22
23 ## Changed
24
25 * Bumped required versions of dependencies
26
27 ## [5.2.1] - 2017-04-21
28
29 ## Changed
30
31 * Version 3 of `sebastian/environment` is now required
32
33 ## [5.2.0] - 2017-04-20
34
35 ## Changed
36
37 * Implemented [#518](https://github.com/sebastianbergmann/php-code-coverage/pull/518): Add more information to XML code coverage report
38
39 [5.2.4]: https://github.com/sebastianbergmann/php-code-coverage/compare/5.2.3...5.2.4
40 [5.2.3]: https://github.com/sebastianbergmann/php-code-coverage/compare/5.2.2...5.2.3
41 [5.2.2]: https://github.com/sebastianbergmann/php-code-coverage/compare/5.2.1...5.2.2
42 [5.2.1]: https://github.com/sebastianbergmann/php-code-coverage/compare/5.2.0...5.2.1
43 [5.2.0]: https://github.com/sebastianbergmann/php-code-coverage/compare/5.1...5.2.0
44