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

Public Member Functions

 __construct (array $configurableMethods)
 
 addMatcher (MatcherInvocation $matcher)
 
 hasMatchers ()
 
 lookupId ($id)
 
 registerId ($id, Match $builder)
 
 expects (MatcherInvocation $matcher)
 
 invoke (Invocation $invocation)
 
 matches (Invocation $invocation)
 
 verify ()
 
- Public Member Functions inherited from PHPUnit\Framework\MockObject\Stub\MatcherCollection
 addMatcher (Invocation $matcher)
 

Detailed Description

Mocker for invocations which are sent from MockObject objects.

Keeps track of all expectations and stubs as well as registering identifications for builders.

Constructor & Destructor Documentation

◆ __construct()

PHPUnit\Framework\MockObject\InvocationMocker::__construct ( array  $configurableMethods)
Parameters
array$configurableMethods

Member Function Documentation

◆ addMatcher()

PHPUnit\Framework\MockObject\InvocationMocker::addMatcher ( MatcherInvocation  $matcher)
Parameters
MatcherInvocation$matcher

◆ expects()

PHPUnit\Framework\MockObject\InvocationMocker::expects ( MatcherInvocation  $matcher)
Parameters
MatcherInvocation$matcher
Returns
BuilderInvocationMocker

◆ invoke()

PHPUnit\Framework\MockObject\InvocationMocker::invoke ( Invocation  $invocation)
Parameters
Invocation$invocation
Returns
mixed
Exceptions
Exception

Implements PHPUnit\Framework\MockObject\Invokable.

◆ lookupId()

PHPUnit\Framework\MockObject\InvocationMocker::lookupId (   $id)
Parameters
mixed$id
Returns
bool|null

Implements PHPUnit\Framework\MockObject\Builder\NamespaceMatch.

◆ matches()

PHPUnit\Framework\MockObject\InvocationMocker::matches ( Invocation  $invocation)
Parameters
Invocation$invocation
Returns
bool

Implements PHPUnit\Framework\MockObject\Invokable.

◆ registerId()

PHPUnit\Framework\MockObject\InvocationMocker::registerId (   $id,
Match  $builder 
)
Parameters
mixed$id
Match$builder
Exceptions
RuntimeException

Implements PHPUnit\Framework\MockObject\Builder\NamespaceMatch.

◆ verify()

PHPUnit\Framework\MockObject\InvocationMocker::verify ( )
Returns
bool
Exceptions

Implements PHPUnit\Framework\MockObject\Verifiable.


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