interface StubInternal
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
@internal This interface is not covered by the backward compatibility promise for PHPUnit
Hierarchy
- interface \PHPUnit\Framework\MockObject\Stub
- interface \PHPUnit\Framework\MockObject\StubInternal extends \PHPUnit\Framework\MockObject\Stub
Expanded class hierarchy of StubInternal
All classes that implement StubInternal
1 file declares its use of StubInternal
- Generator.php in vendor/
phpunit/ phpunit/ src/ Framework/ MockObject/ Generator/ Generator.php
File
-
vendor/
phpunit/ phpunit/ src/ Framework/ MockObject/ Runtime/ Interface/ StubInternal.php, line 17
Namespace
PHPUnit\Framework\MockObjectView source
interface StubInternal extends Stub {
public static function __phpunit_initConfigurableMethods(ConfigurableMethod ...$configurableMethods) : void;
public function __phpunit_getInvocationHandler() : InvocationHandler;
public function __phpunit_setReturnValueGeneration(bool $returnValueGeneration) : void;
public function __phpunit_unsetInvocationMocker() : void;
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
StubInternal::__phpunit_getInvocationHandler | public | function | |
StubInternal::__phpunit_initConfigurableMethods | public static | function | |
StubInternal::__phpunit_setReturnValueGeneration | public | function | |
StubInternal::__phpunit_unsetInvocationMocker | public | function |