312af5ae7be92644333387386fd3babfbf217f19
[yaffs-website] / vendor / phpunit / phpunit / ChangeLog-4.4.md
1 # Changes in PHPUnit 4.4
2
3 All notable changes of the PHPUnit 4.4 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
4
5 ## [4.4.5] - 2015-01-27
6
7 ### Fixed
8
9 * Fixed [#1592](https://github.com/sebastianbergmann/phpunit/issues/1592): Incorrect dependency information
10
11 ## [4.4.4] - 2015-01-24
12
13 ### Fixed
14
15 * Fixed [#1587](https://github.com/sebastianbergmann/phpunit/issues/1587): Class `SebastianBergmann\Exporter\Context` not found
16
17 ## [4.4.3] - 2015-01-24
18
19 New PHAR release due to updated dependencies
20
21 ## [4.4.2] - 2015-01-17
22
23 ### Changed
24
25 * Merged [#1573](https://github.com/sebastianbergmann/phpunit/issues/1573): Updates for the XSD for PHPUnit XML configuration
26
27 ### Fixed
28
29 * Merged [#1567](https://github.com/sebastianbergmann/phpunit/issues/1567): `coverage-crap4j` missing in XSD for PHPUnit XML configuration
30 * Fixed [#1570](https://github.com/sebastianbergmann/phpunit/issues/1570): Test that prints output is marked as failure and not as risky when `--disallow-test-output` is used
31 * Fixed `--stderr` with `--tap` or `--testdox` options
32
33 ## [4.4.1] - 2014-12-28
34
35 ### Changed
36
37 * Merged [#1528](https://github.com/sebastianbergmann/phpunit/issues/1528): Add `expectedCount()` to `toString()` return value
38
39 ## [4.4.0] - 2014-12-05
40
41 ### Added
42
43 * Merged [#1371](https://github.com/sebastianbergmann/phpunit/issues/1371): Implement `assertArraySubset()` assertion
44 * Merged [#1439](https://github.com/sebastianbergmann/phpunit/issues/1439): Add support for `double` to `assertInternalType()`
45
46 ### Changed
47
48 * Merged [#1427](https://github.com/sebastianbergmann/phpunit/issues/1427): Improve failure output for tests when provided data is binary
49 * Merged [#1458](https://github.com/sebastianbergmann/phpunit/issues/1458): Only enable colors when PHPUnit is run on a console (and output is not sent to a file)
50
51 [4.4.5]: https://github.com/sebastianbergmann/phpunit/compare/4.4.4...4.4.5
52 [4.4.4]: https://github.com/sebastianbergmann/phpunit/compare/4.4.3...4.4.4
53 [4.4.3]: https://github.com/sebastianbergmann/phpunit/compare/4.4.2...4.4.3
54 [4.4.2]: https://github.com/sebastianbergmann/phpunit/compare/4.4.1...4.4.2
55 [4.4.1]: https://github.com/sebastianbergmann/phpunit/compare/4.4.0...4.4.1
56 [4.4.0]: https://github.com/sebastianbergmann/phpunit/compare/4.3...4.4.0
57