You are here

private property PHPUnit_Framework_MockObject_Matcher_InvokedAtLeastCount::$requiredInvocations in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedAtLeastCount.php \PHPUnit_Framework_MockObject_Matcher_InvokedAtLeastCount::requiredInvocations

Type: int

File

vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedAtLeastCount.php, line 22

Class

PHPUnit_Framework_MockObject_Matcher_InvokedAtLeastCount
Invocation matcher which checks if a method has been invoked at least N times.

Code

private $requiredInvocations;