We have (doc comment) type hints for \PHPUnit_Framework_MockObject_MockObject in several places in our test base (when we want to have both that and the mocked class as the type hint, so IDEs will autocomplete correctly for both). However, that class name is for an old version of PHPUnit, the new class name is \PHPUnit\Framework\MockObject\MockObject. To preserve the intended effect, we should update all references.

Comments

drunken monkey created an issue. See original summary.

drunken monkey’s picture

Status: Active » Needs review
StatusFileSize
new11.48 KB

  • drunken monkey committed b2ea2dd on 8.x-1.x
    Issue #3228533 by drunken monkey: Fixed mock object type hints in...
drunken monkey’s picture

Status: Needs review » Fixed

Committed.

Status: Fixed » Closed (fixed)

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