Problem/Motivation
Followup to #3060391-9: Cleanup usage of PHPUnit 4.8 aliased classes
There are many, many (many...) references to \PHPUnit_Framework_MockObject_MockObject in core, mostly within docblocks. These are left over from PHPUnit 4.8.
These should be changed to reference \PHPUnit\Framework\MockObject\MockObject.
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | remove_usages_of_PHPUnit_Framework_MockObject_MockObject-3073318-7.patch | 268.18 KB | spokje |
Comments
Comment #2
mile23Postponed for now on #3060391: Cleanup usage of PHPUnit 4.8 aliased classes
Comment #3
mile23Comment #4
mile23Comment #5
mondrakeComment #6
mondrake#3060391: Cleanup usage of PHPUnit 4.8 aliased classes was committed, now this is doable.
Comment #7
spokjeFound and replaced 653 occurrences, all in DocBlocks/Comments.
Comment #8
mondrake👍
Comment #9
alexpottThis looks good. I've rebuilt the patch myself by doing a find and replace and found no differences.
Committed 0a6a417 and pushed to 8.8.x. Thanks!