Searched refs:withArguments (Results 1 – 2 of 2) sorted by relevance
222 ->call('getFunction')->withArguments('abs')->once223 ->call('getVariable')->withArguments($variableName)->once224 ->call('getConstant')->withArguments('PI')->once;
70 $this->withArguments($arguments);117 public function withArguments($arguments) function in Prophecy\\Prophecy\\MethodProphecy