Skip to content

Commit 43914fa

Browse files
Add ChangeLog for PHPUnit 4.1
1 parent a36458d commit 43914fa

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

ChangeLog-4.1.md

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Changes in PHPUnit 4.1
2+
3+
## PHPUnit 4.1.6
4+
5+
* Fixed [#1380](https://github.com/sebastianbergmann/phpunit/issues/1380): `assertMatch()` returns `Unexpected end tag : hr`
6+
* Fixed [#1390](https://github.com/sebastianbergmann/phpunit/issues/1390): Licensing issue with third-party components bundled in PHAR distribution
7+
8+
## PHPUnit 4.1.5
9+
10+
* Implemented [#1330](https://github.com/sebastianbergmann/phpunit/issues/1330): Allow non-ambiguous shortened long options
11+
* Fixed [#529](https://github.com/sebastianbergmann/phpunit/issues/529): Tests missed in execution when another test extends from it
12+
* Fixed [#1149](https://github.com/sebastianbergmann/phpunit/issues/1149): Test swallows output buffer when run in a separate process
13+
* Fixed [#1336](https://github.com/sebastianbergmann/phpunit/issues/1336): Problem in process isolation with global variables that contain an object which contains a string which contains multiple backslashes
14+
* Fixed [#1337](https://github.com/sebastianbergmann/phpunit/issues/1337): Data Provider with `\` at the end of the name breaks with process isolation
15+
* Fixed [#1345](https://github.com/sebastianbergmann/phpunit/issues/1345): Process isolation blocks infinitely upon fatal error in child process
16+
* Fixed [#1354](https://github.com/sebastianbergmann/phpunit/issues/1354): PHPUnit test suite fails on Windows
17+
* Fixed [#1369](https://github.com/sebastianbergmann/phpunit/issues/1369): Performance of `TestSuite::addTestFile()` and missing documentation
18+
* Fixed [#1374](https://github.com/sebastianbergmann/phpunit/issues/1374): `tearDown()` is called despite unmet requirements
19+
20+
## PHPUnit 4.1.4
21+
22+
* Fixed [#1265](https://github.com/sebastianbergmann/phpunit/issues/1265): `PHPUnit_Runner_StandardTestSuiteLoader` could not be configured as loader
23+
* Fixed [#1311](https://github.com/sebastianbergmann/phpunit/issues/1311): Incomplete XML Schema for PHPUnit XML configuration file
24+
* Fixed [#1314](https://github.com/sebastianbergmann/phpunit/issues/1314): Bug in configuration parser
25+
26+
## PHPUnit 4.1.3
27+
28+
* New release of PHPUnit as PHP Archive (PHAR) with updated dependencies
29+
30+
## PHPUnit 4.1.2
31+
32+
* New release of PHPUnit as PHP Archive (PHAR) with updated dependencies
33+
34+
## PHPUnit 4.1.1
35+
36+
* Added `--selfupdate` alias for `--self-update`
37+
* Fixed the constructor argument for `SebastianBergmann\Version`
38+
* Improved the fix for [#1133](https://github.com/sebastianbergmann/phpunit/issues/1133)
39+
40+
## PHPUnit 4.1.0
41+
42+
* The code to compare PHP values for equality (in `assertEquals()`, for instance) has been factored out into a [separate component](https://github.com/sebastianbergmann/comparator)
43+
* [The mock object generator is now created lazily](https://github.com/sebastianbergmann/phpunit/pull/1165)
44+

0 commit comments

Comments
 (0)