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

Public Member Functions

 toString ()
 
 apply (BaseInvocation $invocation)
 
 verify ()
 

Member Function Documentation

◆ apply()

PHPUnit\Framework\MockObject\Rule\AnyParameters::apply ( BaseInvocation  $invocation)
Exceptions
ExpectationFailedExceptionif the invocation violates the rule

Implements PHPUnit\Framework\MockObject\Rule\ParametersRule.

◆ toString()

PHPUnit\Framework\MockObject\Rule\AnyParameters::toString ( )

Returns a string representation of the object.

Implements PHPUnit\Framework\SelfDescribing.

◆ verify()

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.

Exceptions
ExpectationFailedException

Implements PHPUnit\Framework\MockObject\Rule\ParametersRule.


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