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);
    }