spec\PhpSpec\Formatter\Presenter\Value\BaseExceptionTypePresenterSpec::it_should_support_exceptions PHP Méthode

it_should_support_exceptions() public méthode

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