Searched refs:willReturnArgument (Results 1 – 5 of 5) sorted by relevance
135 public function willReturnArgument($argumentIndex) function in PHPUnit_Framework_MockObject_Builder_InvocationMocker
192 public function willReturnArgument($index = 0) function in Prophecy\\Prophecy\\MethodProphecy
110 * Add ability to specify which argument is returned in willReturnArgument (thanks @coderbyheart)
161 - `ReturnArgumentPromise` or `->willReturnArgument($index)` - returns the nth method argument from …
258 ->willReturnArgument(1);