Home
last modified time | relevance | path

Searched refs:scoreArguments (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/
H A DArgumentsWildcard.php50 public function scoreArguments(array $arguments) function in Prophecy\\Argument\\ArgumentsWildcard
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/
H A DCall.php160 return $this->scores[$wildcard] = $wildcard->scoreArguments($this->getArguments());
H A DCallCenter.php86 if (0 < $score = $methodProphecy->getArgumentsWildcard()->scoreArguments($arguments)) {