Home
last modified time | relevance | path

Searched refs:withArguments (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Visitor/
H A DArithmetic.php222 ->call('getFunction')->withArguments('abs')->once
223 ->call('getVariable')->withArguments($variableName)->once
224 ->call('getConstant')->withArguments('PI')->once;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DMethodProphecy.php70 $this->withArguments($arguments);
117 public function withArguments($arguments) function in Prophecy\\Prophecy\\MethodProphecy