We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16e630c commit a25b10bCopy full SHA for a25b10b
tests/MockObjectProxyTest.php
@@ -48,7 +48,8 @@ public function testExpects()
48
49
$this->assertSame(
50
(new MethodName(MockDelegateFunctionBuilder::METHOD))->toString(),
51
- ($invocationMocker->getMatcher()->methodNameMatcher ?? $invocationMocker->getMatcher()->getMethodNameMatcher())->toString()
+ ($invocationMocker->getMatcher()->methodNameMatcher
52
+ ?? $invocationMocker->getMatcher()->getMethodNameMatcher())->toString()
53
);
54
}
55
0 commit comments