Skip to content

Commit b078f7c

Browse files
Add ChangeLog for PHPUnit 4.5
1 parent 90fdded commit b078f7c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ChangeLog-4.5.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changes in PHPUnit 4.5
2+
3+
## PHPUnit 4.5.0
4+
5+
* Added out-of-the-box support for [Prophecy](https://github.com/phpspec/prophecy)
6+
* Implemented [#137](https://github.com/sebastianbergmann/phpunit/issues/137): Add support for variable number of tests shown per line in default result printer
7+
* Merged [#1478](https://github.com/sebastianbergmann/phpunit/issues/1478): Improve the performance of `PHPUnit_Framework_Constraint_IsEqual` (which is used by `assertEquals()`, for instance) for the most common case
8+
* Fixed [#1474](https://github.com/sebastianbergmann/phpunit/issues/1474): Allow the registration of custom comparators for `assertEquals()` et al. (again)
9+

0 commit comments

Comments
 (0)