Actions
Task #87746
closedremove assertAttribute* calls from core tests
Start date:
2019-02-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
phpunit has deprecated and will remove all assertAttribute* methods from the framework in version 9.
Read more about the process and motivation here:
https://github.com/sebastianbergmann/phpunit/issues/3338
https://github.com/sebastianbergmann/phpunit/issues/3339
The core tests contain only 38 hits to the affected methods, so the replacement should be relatively easy. With this done, we are ready to update to the next phpunit versions.
Actions