spec\PhpSpec\Formatter\Presenter\Value\BaseExceptionTypePresenterSpec::it_should_support_exceptions PHP 메소드

it_should_support_exceptions() 공개 메소드

    function it_should_support_exceptions()
    {
        $this->supports(new \Exception())->shouldReturn(true);
    }