spec\Prophecy\Exception\Prophecy\ObjectProphecyExceptionSpec::it_should_be_a_prophecy_exception PHP Method

it_should_be_a_prophecy_exception() public method

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