You are here

protected property PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex::$currentIndex in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedAtIndex.php \PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex::currentIndex

Type: int

File

vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedAtIndex.php, line 33

Class

PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex
Invocation matcher which checks if a method was invoked at a certain index.

Code

protected $currentIndex = -1;