You are here

public function PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex::invoked 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::invoked()

Parameters

PHPUnit_Framework_MockObject_Invocation $invocation:

Overrides PHPUnit_Framework_MockObject_Matcher_Invocation::invoked

File

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

Class

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

Code

public function invoked(PHPUnit_Framework_MockObject_Invocation $invocation) {
}