Skip to content
This repository was archived by the owner on Feb 20, 2023. It is now read-only.

Commit 7a45f2f

Browse files
Leftover from 1294a58
1 parent 1294a58 commit 7a45f2f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

PHPUnit/Framework/MockObject/MockObject.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher
7474
*/
7575
public static function staticExpects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher);
7676

77+
/**
78+
* @return PHPUnit_Framework_MockObject_InvocationMocker
79+
* @since Method available since Release 1.3.0
80+
*/
81+
public function __phpunit_setOriginalObject($originalObject);
82+
7783
/**
7884
* @return PHPUnit_Framework_MockObject_InvocationMocker
7985
*/

0 commit comments

Comments
 (0)