File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/Framework/MockObject/Runtime/Api Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ public function __phpunit_state(): TestDoubleState
26
26
/** @noinspection MagicMethodsValidityInspection */
27
27
public function __phpunit_getInvocationHandler (): InvocationHandler
28
28
{
29
- return $ this ->__phpunit_state ->invocationHandler ();
29
+ return $ this ->__phpunit_state () ->invocationHandler ();
30
30
}
31
31
32
32
/** @noinspection MagicMethodsValidityInspection */
33
33
public function __phpunit_unsetInvocationMocker (): void
34
34
{
35
- $ this ->__phpunit_state ->unsetInvocationHandler ();
35
+ $ this ->__phpunit_state () ->unsetInvocationHandler ();
36
36
}
37
37
}
Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ public function __phpunit_state(): TestDoubleState
24
24
/** @noinspection MagicMethodsValidityInspection */
25
25
public function __phpunit_getInvocationHandler (): InvocationHandler
26
26
{
27
- return $ this ->__phpunit_state ->invocationHandler ();
27
+ return $ this ->__phpunit_state () ->invocationHandler ();
28
28
}
29
29
30
30
/** @noinspection MagicMethodsValidityInspection */
31
31
public function __phpunit_unsetInvocationMocker (): void
32
32
{
33
- $ this ->__phpunit_state ->unsetInvocationHandler ();
33
+ $ this ->__phpunit_state () ->unsetInvocationHandler ();
34
34
}
35
35
}
You can’t perform that action at this time.
0 commit comments