Changed
TestCase::__construct()
is now declaredfinal
(it was annotated with@final
before and the announced changed from@final
tofinal
for PHPUnit 12 was forgotten)
Fixed
- #5951: Restore the
includeUncoveredFiles
configuration option - #6133: Precision loss in aggregated test suite execution time(s) reported by JUnit XML logger
- A
Test\PreparationFailed
event is now emitted in addition to aTest\Errored
event when an unexpected exception is triggered in a before-test method - A
Test\Passed
event is no longer emitted in addition to aTest\Failed
orTest\Errored
event when an assertion failure or an unexpected exception is triggered in an after-test method - A
TestSuite\Finished
event is now emitted when a before-first-test method errors