PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount
class PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount extends PHPUnit_Framework_MockObject_Matcher_InvokedRecorder (View source)
Invocation matcher which checks if a method has been invoked zero or more times. This matcher will always match.
Properties
protected PHPUnit_Framework_MockObject_Invocation[] | $invocations | from PHPUnit_Framework_MockObject_Matcher_InvokedRecorder |