Home
last modified time | relevance | path

Searched refs:willReturnArgument (Results 1 – 5 of 5) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/
H A DInvocationMocker.php135 public function willReturnArgument($argumentIndex) function in PHPUnit_Framework_MockObject_Builder_InvocationMocker
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DMethodProphecy.php192 public function willReturnArgument($index = 0) function in Prophecy\\Prophecy\\MethodProphecy
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DCHANGES.md110 * Add ability to specify which argument is returned in willReturnArgument (thanks @coderbyheart)
H A DREADME.md161 - `ReturnArgumentPromise` or `->willReturnArgument($index)` - returns the nth method argument from …
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DMockObjectTest.php258 ->willReturnArgument(1);