InvokedAtLeastCount
final class InvokedAtLeastCount extends InvocationOrder (View source)
| internal | This class is not covered by the backward compatibility promise for PHPUnit |
Methods
bool
void
verify()
Verifies that the current expectation is valid. If everything is OK the code should just return, if not it must throw an exception.
__construct(int $requiredInvocations)
No description
string
toString()
Returns a string representation of the object.
Details
int
numberOfInvocations()
No description
bool
hasBeenInvoked()
No description
final void
invoked(Invocation $invocation)
No description
bool
matches(Invocation $invocation)
No description
void
verify()
Verifies that the current expectation is valid. If everything is OK the code should just return, if not it must throw an exception.
protected void
invokedDo(Invocation $invocation)
No description
__construct(int $requiredInvocations)
No description
string
toString()
Returns a string representation of the object.