spec\Prophecy\Exception\Prophecy\ObjectProphecyExceptionSpec::it_should_be_a_prophecy_exception PHP 메소드

it_should_be_a_prophecy_exception() 공개 메소드

    function it_should_be_a_prophecy_exception()
    {
        $this->shouldBeAnInstanceOf('Prophecy\\Exception\\Prophecy\\ProphecyException');
    }