file-fetcher
Public Member Functions | List of all members
PHPUnit\Framework\MockObject\Rule\ParametersRule Interface Reference
Inheritance diagram for PHPUnit\Framework\MockObject\Rule\ParametersRule:
PHPUnit\Framework\SelfDescribing PHPUnit\Framework\MockObject\Verifiable PHPUnit\Framework\MockObject\Rule\AnyParameters PHPUnit\Framework\MockObject\Rule\ConsecutiveParameters PHPUnit\Framework\MockObject\Rule\Parameters

Public Member Functions

 apply (BaseInvocation $invocation)
 
 verify ()
 
- Public Member Functions inherited from PHPUnit\Framework\SelfDescribing
 toString ()
 

Member Function Documentation

◆ apply()

PHPUnit\Framework\MockObject\Rule\ParametersRule::apply ( BaseInvocation  $invocation)

◆ verify()

PHPUnit\Framework\MockObject\Rule\ParametersRule::verify ( )

Verifies that the current expectation is valid. If everything is OK the code should just return, if not it must throw an exception.

Exceptions
ExpectationFailedException

Implements PHPUnit\Framework\MockObject\Verifiable.

Implemented in PHPUnit\Framework\MockObject\Rule\Parameters, PHPUnit\Framework\MockObject\Rule\ConsecutiveParameters, and PHPUnit\Framework\MockObject\Rule\AnyParameters.


The documentation for this interface was generated from the following file: