Actions
Bug #88530
closedphpunit 8.2 breaks Unit Tests
Start date:
2019-06-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
We face another round of upgrades from phpunit 8.1 -> 8.2
https://github.com/sebastianbergmann/phpunit/blob/8.2/ChangeLog-8.2.md
notably changes:
- Exceptions on Mock Objects are not raised anymore, instead an own exceptions is created and thrown
- Return types of method expections are now checked for validity
Updated by Gerrit Code Review over 5 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60903
Updated by Anja Leichsenring over 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 41813a47b4f4dc665a620dbff68e25d9f22ed231.
Actions