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

Comments

Mile23 created an issue. See original summary.

mile23’s picture

mile23’s picture

Issue summary: View changes
mile23’s picture

Status: Active » Postponed
mondrake’s picture

Issue tags: +Novice
mondrake’s picture

Status: Postponed » Active
spokje’s picture

Status: Active » Needs review
StatusFileSize
new268.18 KB

Found and replaced 653 occurrences, all in DocBlocks/Comments.

mondrake’s picture

Status: Needs review » Reviewed & tested by the community

👍

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

This 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!

  • alexpott committed 0a6a417 on 8.8.x
    Issue #3073318 by Spokje, Mile23, mondrake: Remove usages of \...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.