function returnArgument in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpunit/phpunit/src/Framework/Assert/Functions.php \returnArgument()
@since Method available since Release 3.3.0
Parameters
int $argumentIndex:
Return value
PHPUnit_Framework_MockObject_Stub_ReturnArgument
File
- vendor/
phpunit/ phpunit/ src/ Framework/ Assert/ Functions.php, line 2299
Code
function returnArgument($argumentIndex) {
return call_user_func_array('PHPUnit_Framework_TestCase::returnArgument', func_get_args());
}