file-fetcher
|
Public Member Functions | |
__construct (array $parameters) | |
toString () | |
apply (BaseInvocation $invocation) | |
verify () | |
PHPUnit\Framework\MockObject\Rule\Parameters::__construct | ( | array | $parameters | ) |
PHPUnit\Framework\MockObject\Rule\Parameters::apply | ( | BaseInvocation | $invocation | ) |
Implements PHPUnit\Framework\MockObject\Rule\ParametersRule.
PHPUnit\Framework\MockObject\Rule\Parameters::toString | ( | ) |
Returns a string representation of the object.
Implements PHPUnit\Framework\SelfDescribing.
PHPUnit\Framework\MockObject\Rule\Parameters::verify | ( | ) |
Checks if the invocation $invocation matches the current rules. If it does the rule will get the invoked() method called which should check if an expectation is met.
ExpectationFailedException | |
Implements PHPUnit\Framework\MockObject\Rule\ParametersRule.