Lggr
Public Member Functions | List of all members
PHPUnit\Framework\MockObject\Stub\Exception Class Reference
Inheritance diagram for PHPUnit\Framework\MockObject\Stub\Exception:
Inheritance graph
[legend]
Collaboration diagram for PHPUnit\Framework\MockObject\Stub\Exception:
Collaboration graph
[legend]

Public Member Functions

 __construct (\Throwable $exception)
 
 invoke (Invocation $invocation)
 
 toString ()
 

Detailed Description

Stubs a method by raising a user-defined exception.

Member Function Documentation

◆ invoke()

PHPUnit\Framework\MockObject\Stub\Exception::invoke ( Invocation  $invocation)

Fakes the processing of the invocation $invocation by returning a specific value.

Parameters
Invocation$invocationThe invocation which was mocked and matched by the current method and argument matchers
Returns
mixed

Implements PHPUnit\Framework\MockObject\Stub.

◆ toString()

PHPUnit\Framework\MockObject\Stub\Exception::toString ( )

Returns a string representation of the object.

Returns
string

Implements PHPUnit\Framework\SelfDescribing.


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