function onConsecutiveCalls

@since Method available since Release 3.0.0

Parameters

mixed $value, ...:

Return value

PHPUnit_Framework_MockObject_Stub_ConsecutiveCalls

1 string reference to 'onConsecutiveCalls'
EsiTest::getCache in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/EsiTest.php

File

drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php, line 2270

Code

function onConsecutiveCalls() {
  return call_user_func_array('PHPUnit_Framework_TestCase::onConsecutiveCalls', func_get_args());
}