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

it_should_present_an_exception_as_a_string() 공개 메소드

    function it_should_present_an_exception_as_a_string()
    {
        $this->present(new \Exception('foo'))->shouldReturn('[exc:Exception("foo")]');
    }