Eloquent\Phony\Mock\Handle\AbstractHandle::full PHP Method

full() public method

Turn the mock into a full mock.
public full ( )
    public function full()
    {
        $this->state->defaultAnswerCallback = 'Eloquent\\Phony\\Stub\\StubData::returnsEmptyAnswerCallback';
        return $this;
    }