You are here

protected property PHPUnit_Framework_MockObject_Matcher_Parameters::$parameters in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/Parameters.php \PHPUnit_Framework_MockObject_Matcher_Parameters::parameters

Type: PHPUnit_Framework_Constraint[]

File

vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/Parameters.php, line 25

Class

PHPUnit_Framework_MockObject_Matcher_Parameters
Invocation matcher which looks for specific parameters in the invocations.

Code

protected $parameters = array();