Lggr
|
Public Member Functions | |
verify () | |
Interface for classes which must verify a given expectation.
PHPUnit\Framework\MockObject\Verifiable::verify | ( | ) |
Verifies that the current expectation is valid. If everything is OK the code should just return, if not it must throw an exception.
ExpectationFailedException |
Implemented in PHPUnit\Framework\MockObject\Matcher, PHPUnit\Framework\MockObject\InvocationMocker, PHPUnit\Framework\MockObject\Matcher\Parameters, PHPUnit\Framework\MockObject\Matcher\InvokedCount, PHPUnit\Framework\MockObject\Matcher\ConsecutiveParameters, PHPUnit\Framework\MockObject\Matcher\InvokedAtIndex, PHPUnit\Framework\MockObject\Matcher\StatelessInvocation, PHPUnit\Framework\MockObject\Matcher\InvokedAtLeastCount, PHPUnit\Framework\MockObject\Matcher\InvokedAtMostCount, PHPUnit\Framework\MockObject\Matcher\InvokedAtLeastOnce, and PHPUnit\Framework\MockObject\Matcher\AnyInvokedCount.