PHPUnit_Framework_MockObject_Matcher_InvokedRecorder
class PHPUnit_Framework_MockObject_Matcher_InvokedRecorder implements PHPUnit_Framework_MockObject_Matcher_Invocation (View source)
Records invocations and provides convenience methods for checking them later on.
This abstract class can be implemented by matchers which needs to check the number of times an invocation has occurred.
Properties
protected PHPUnit_Framework_MockObject_Invocation[] | $invocations |
Methods
int
getInvocationCount()
No description
getInvocations()
No description
bool
hasBeenInvoked()
No description
mixed
bool