IncompleteMockException
extends Exception
in package
Thrown when a matched mock has no response, reply factory, or exception.
Tags
Table of Contents
Methods
- __construct() : mixed
- AbstractMockException constructor.
- getMock() : MockInterface
Methods
__construct()
AbstractMockException constructor.
public
__construct(MockInterface $mock) : mixed
Parameters
- $mock : MockInterface
getMock()
public
getMock() : MockInterface