You are here

function returnValueMap in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/src/Framework/Assert/Functions.php \returnValueMap()

@since Method available since Release 3.6.0

Parameters

array $valueMap:

Return value

PHPUnit_Framework_MockObject_Stub_ReturnValueMap

File

vendor/phpunit/phpunit/src/Framework/Assert/Functions.php, line 2354

Code

function returnValueMap(array $valueMap) {
  return call_user_func_array('PHPUnit_Framework_TestCase::returnValueMap', func_get_args());
}