You are here

function returnValue in Zircon Profile 8

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

@since Method available since Release 3.0.0

Parameters

mixed $value:

Return value

PHPUnit_Framework_MockObject_Stub_Return

File

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

Code

function returnValue($value) {
  return call_user_func_array('PHPUnit_Framework_TestCase::returnValue', func_get_args());
}