file-fetcher
|
Public Member Functions | |
toString () | |
apply (BaseInvocation $invocation) | |
verify () | |
PHPUnit\Framework\MockObject\Rule\AnyParameters::apply | ( | BaseInvocation | $invocation | ) |
ExpectationFailedException | if the invocation violates the rule |
Implements PHPUnit\Framework\MockObject\Rule\ParametersRule.
PHPUnit\Framework\MockObject\Rule\AnyParameters::toString | ( | ) |
Returns a string representation of the object.
Implements PHPUnit\Framework\SelfDescribing.
PHPUnit\Framework\MockObject\Rule\AnyParameters::verify | ( | ) |
Verifies that the current expectation is valid. If everything is OK the code should just return, if not it must throw an exception.
ExpectationFailedException |
Implements PHPUnit\Framework\MockObject\Rule\ParametersRule.