Skip to content

Commit 5fbd35c

Browse files
Add ChangeLog for PHPUnit 4.4
1 parent 3a0fa3c commit 5fbd35c

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

ChangeLog-4.4.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Changes in PHPUnit 4.4
2+
3+
## PHPUnit 4.4.5
4+
5+
* Fixed [#1592](https://github.com/sebastianbergmann/phpunit/issues/1592): Incorrect dependency information
6+
7+
## PHPUnit 4.4.4
8+
9+
* Fixed [#1587](https://github.com/sebastianbergmann/phpunit/issues/1587): Class `SebastianBergmann\Exporter\Context` not found
10+
11+
## PHPUnit 4.4.3
12+
13+
* New PHAR release due to updated dependencies
14+
15+
## PHPUnit 4.4.2
16+
17+
* Merged [#1567](https://github.com/sebastianbergmann/phpunit/issues/1567): `coverage-crap4j` missing in XSD for PHPUnit XML configuration
18+
* Merged [#1573](https://github.com/sebastianbergmann/phpunit/issues/1573): Updates for the XSD for PHPUnit XML configuration
19+
* 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
20+
* Fixed `--stderr` with `--tap` or `--testdox` options
21+
22+
## PHPUnit 4.4.1
23+
24+
* Merged [#1528](https://github.com/sebastianbergmann/phpunit/issues/1528): Add `expectedCount()` to `toString()` return value
25+
26+
## PHPUnit 4.4.0
27+
28+
* Merged [#1371](https://github.com/sebastianbergmann/phpunit/issues/1371): Implement `assertArraySubset()` assertion
29+
* Merged [#1427](https://github.com/sebastianbergmann/phpunit/issues/1427): Improve failure output for tests when provided data is binary
30+
* Merged [#1439](https://github.com/sebastianbergmann/phpunit/issues/1439): Add support for `double` to `assertInternalType()`
31+
* 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)
32+

0 commit comments

Comments
 (0)