interface Stub
Same name in this branch
- 11.1.x vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/Stub.php \PHPUnit\Framework\MockObject\Stub\Stub
- 11.1.x vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/Stub.php \PHPUnit\Framework\MockObject\Builder\Stub
@method InvocationStubber method($constraint)
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Hierarchy
- interface \PHPUnit\Framework\MockObject\Stub
Expanded class hierarchy of Stub
All classes that implement Stub
4 files declare their use of Stub
- Generator.php in vendor/
phpunit/ phpunit/ src/ Framework/ MockObject/ Generator/ Generator.php - MockMethodCallRule.php in vendor/
phpstan/ phpstan-phpunit/ src/ Rules/ PHPUnit/ MockMethodCallRule.php - MockObjectComparator.php in vendor/
sebastian/ comparator/ src/ MockObjectComparator.php - TestCase.php in vendor/
phpunit/ phpunit/ src/ Framework/ TestCase.php
File
-
vendor/
phpunit/ phpunit/ src/ Framework/ MockObject/ Runtime/ Interface/ Stub.php, line 19
Namespace
PHPUnit\Framework\MockObjectView source
interface Stub {
}