Searched refs:parameterGroups (Results 1 – 1 of 1) sorted by relevance
26 private $parameterGroups = []; variable in PHPUnit_Framework_MockObject_Matcher_ConsecutiveParameters34 * @param array $parameterGroups36 public function __construct(array $parameterGroups) argument38 foreach ($parameterGroups as $index => $parameters) {44 $this->parameterGroups[$index][] = $parameter;91 if (isset($this->parameterGroups[$callIndex])) {92 $parameters = $this->parameterGroups[$callIndex];