◆ __construct()
PHPUnit\Framework\MockObject\InvocationHandler::__construct |
( |
array |
$configurableMethods, |
|
|
bool |
$returnValueGeneration |
|
) |
| |
◆ expects()
PHPUnit\Framework\MockObject\InvocationHandler::expects |
( |
InvocationOrder |
$rule | ) |
|
◆ hasMatchers()
PHPUnit\Framework\MockObject\InvocationHandler::hasMatchers |
( |
| ) |
|
◆ invoke()
PHPUnit\Framework\MockObject\InvocationHandler::invoke |
( |
Invocation |
$invocation | ) |
|
- Exceptions
-
- Returns
- mixed|void
◆ lookupMatcher()
PHPUnit\Framework\MockObject\InvocationHandler::lookupMatcher |
( |
string |
$id | ) |
|
Looks up the match builder with identification $id and returns it.
- Parameters
-
string | $id | The identification of the match builder |
◆ matches()
PHPUnit\Framework\MockObject\InvocationHandler::matches |
( |
Invocation |
$invocation | ) |
|
◆ registerMatcher()
PHPUnit\Framework\MockObject\InvocationHandler::registerMatcher |
( |
string |
$id, |
|
|
Matcher |
$matcher |
|
) |
| |
Registers a matcher with the identification $id. The matcher can later be looked up using lookupMatcher() to figure out if it has been invoked.
- Parameters
-
string | $id | The identification of the matcher |
Matcher | $matcher | The builder which is being registered |
- Exceptions
-
◆ verify()
PHPUnit\Framework\MockObject\InvocationHandler::verify |
( |
| ) |
|
The documentation for this class was generated from the following file: