You are here

protected property PHPUnit_Framework_MockObject_Stub_ReturnArgument::$argumentIndex in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ReturnArgument.php \PHPUnit_Framework_MockObject_Stub_ReturnArgument::argumentIndex

File

vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ReturnArgument.php, line 18

Class

PHPUnit_Framework_MockObject_Stub_ReturnArgument
Stubs a method by returning an argument that was passed to the mocked method.

Code

protected $argumentIndex;