You are here

function onConsecutiveCalls in Zircon Profile 8

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

@since Method available since Release 3.0.0

Parameters

mixed $value, ...:

Return value

PHPUnit_Framework_MockObject_Stub_ConsecutiveCalls

3 string references to 'onConsecutiveCalls'
ElementTest::mockNamedFinder in vendor/behat/mink/tests/Element/ElementTest.php
EsiTest::getCache in vendor/symfony/http-kernel/Tests/HttpCache/EsiTest.php
SsiTest::getCache in vendor/symfony/http-kernel/Tests/HttpCache/SsiTest.php

File

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

Code

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