Pull merge.
[yaffs-website] / vendor / phpunit / phpunit / ChangeLog-4.7.md
1 # Changes in PHPUnit 4.7
2
3 All notable changes of the PHPUnit 4.7 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
4
5 ## [4.7.7] - 2015-07-13
6
7 New PHAR release due to updated dependencies
8
9 ## [4.7.6] - 2015-06-30
10
11 ### Fixed
12
13 * Fixed [#1681](https://github.com/sebastianbergmann/phpunit/issues/1681): Code Coverage filter configuration is not passed to child processes
14 * Fixed [#1692](https://github.com/sebastianbergmann/phpunit/issues/1692): Clean up `PHPUnit_Extensions_RepeatedTest` after refactoring
15 * Fixed [#1763](https://github.com/sebastianbergmann/phpunit/issues/1763): `@before` and `@after` annotations do not work when inherited
16
17 ## [4.7.5] - 2015-06-21
18
19 ### Fixed
20
21 * Fixed [#490](https://github.com/sebastianbergmann/phpunit/issues/490): Ensure that a test can only be one of `@small`, `@medium`, or `@large`.
22 * Fixed [#1704](https://github.com/sebastianbergmann/phpunit/issues/1704): Output printed during test missing when using TAP
23
24 ## [4.7.4] - 2015-06-18
25
26 ### Changed
27
28 * The `PHPUnit_Framework_Constraint_IsType` constraint now knows about the `real` type (which is an alias for `float`)
29 * Various work on compatibility with PHP 7
30
31 ### Fixed
32
33 * Fixed [#1749](https://github.com/sebastianbergmann/phpunit/issues/1749): `stopOnError` configuration setting does not work
34
35 ## [4.7.3] - 2015-06-11
36
37 ### Fixed
38
39 * Fixed [#1317](https://github.com/sebastianbergmann/phpunit/issues/1317): JUnit XML logfiles does not contain warnings
40 * Fixed an [issue](https://github.com/sebastianbergmann/php-code-coverage/issues/347) where the warning that no whitelist is used is displayed when it should not
41
42 ## [4.7.2] - 2015-06-06
43
44 New PHAR release due to updated dependencies
45
46 ## [4.7.1] - 2015-06-05
47
48 New PHAR release due to updated dependencies
49
50 ## [4.7.0] - 2015-06-05
51
52 ### Added
53
54 * Merged [#1718](https://github.com/sebastianbergmann/phpunit/issues/1718): Support for `--INI--` section in PHPT tests
55
56 ### Changed
57
58 * Tests not annotated with `@small`, `@medium`, or `@large` are no longer treated as being annotated with `@small`
59 * In verbose mode, the test runner now prints information about the PHP runtime
60 * To be consistent with the printing of PHP runtime information, the configuration file used is only printed in verbose mode
61 * A warning is now printed when code coverage data is collected but no whitelist is configured
62
63 [4.7.7]: https://github.com/sebastianbergmann/phpunit/compare/4.7.6...4.7.7
64 [4.7.6]: https://github.com/sebastianbergmann/phpunit/compare/4.7.5...4.7.6
65 [4.7.5]: https://github.com/sebastianbergmann/phpunit/compare/4.7.4...4.7.5
66 [4.7.4]: https://github.com/sebastianbergmann/phpunit/compare/4.7.3...4.7.4
67 [4.7.3]: https://github.com/sebastianbergmann/phpunit/compare/4.7.2...4.7.3
68 [4.7.2]: https://github.com/sebastianbergmann/phpunit/compare/4.7.1...4.7.2
69 [4.7.1]: https://github.com/sebastianbergmann/phpunit/compare/4.7.0...4.7.1
70 [4.7.0]: https://github.com/sebastianbergmann/phpunit/compare/4.6...4.7.0
71