Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/
H A DInvocationMocker.php89 * @param mixed $nextValues, ...
93 public function willReturn($value, ...$nextValues) argument
95 $stub = count($nextValues) === 0 ?
98 array_merge([$value], $nextValues)