Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/
H A Dmocked_method_void.tpl.dist4 $arguments = array({arguments_call});
H A Dmocked_method.tpl.dist4 $arguments = array({arguments_call});
H A Dproxied_method_void.tpl.dist4 $arguments = array({arguments_call});
H A Dproxied_method.tpl.dist4 $arguments = array({arguments_call});
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php1042 * @param string $arguments_call
1052 …$cloneArguments = true, $modifier = 'public', $arguments_decl = '', $arguments_call = '', $return_… argument
1095 'arguments_call' => $arguments_call,
1098 … 'arguments_count' => !empty($arguments_call) ? count(explode(',', $arguments_call)) : 0,