8 methods override Stub::invoke()
- ConsecutiveCalls::invoke in vendor/
phpunit/ phpunit/ src/ Framework/ MockObject/ Runtime/ Stub/ ConsecutiveCalls.php - Exception::invoke in vendor/
phpunit/ phpunit/ src/ Framework/ MockObject/ Runtime/ Stub/ Exception.php - ReturnArgument::invoke in vendor/
phpunit/ phpunit/ src/ Framework/ MockObject/ Runtime/ Stub/ ReturnArgument.php - Fakes the processing of the invocation $invocation by returning a specific value.
- ReturnCallback::invoke in vendor/
phpunit/ phpunit/ src/ Framework/ MockObject/ Runtime/ Stub/ ReturnCallback.php - Fakes the processing of the invocation $invocation by returning a specific value.
- ReturnReference::invoke in vendor/
phpunit/ phpunit/ src/ Framework/ MockObject/ Runtime/ Stub/ ReturnReference.php - Fakes the processing of the invocation $invocation by returning a specific value.
- ReturnSelf::invoke in vendor/
phpunit/ phpunit/ src/ Framework/ MockObject/ Runtime/ Stub/ ReturnSelf.php - ReturnStub::invoke in vendor/
phpunit/ phpunit/ src/ Framework/ MockObject/ Runtime/ Stub/ ReturnStub.php - Fakes the processing of the invocation $invocation by returning a specific value.
- ReturnValueMap::invoke in vendor/
phpunit/ phpunit/ src/ Framework/ MockObject/ Runtime/ Stub/ ReturnValueMap.php - Fakes the processing of the invocation $invocation by returning a specific value.