spec\PhpSpec\Formatter\Presenter\Value\BaseExceptionTypePresenterSpec::it_is_a_type_presenter PHP Method

it_is_a_type_presenter() public method

    function it_is_a_type_presenter()
    {
        $this->shouldImplement('PhpSpec\\Formatter\\Presenter\\Value\\ExceptionTypePresenter');
    }