[PhpUnitBridge] make the bridge act as a polyfill for newest PHPUnit features

This commit is contained in:
Nicolas Grekas 2019-08-04 09:53:03 +02:00
parent 884669b83b
commit 271211b1f6

View File

@ -1,6 +1,12 @@
CHANGELOG
=========
4.4.0
-----
* made the bridge act as a polyfill for newest PHPUnit features
* added `SetUpTearDownTrait` to allow working around the `void` return-type added by PHPUnit 8
4.3.0
-----