spec\Prophecy\Exception\Doubler\ClassMirrorExceptionSpec::it_is_a_prophecy_exception PHP Method

it_is_a_prophecy_exception() public method

    function it_is_a_prophecy_exception()
    {
        $this->shouldBeAnInstanceOf('Prophecy\\Exception\\Exception');
        $this->shouldBeAnInstanceOf('Prophecy\\Exception\\Doubler\\DoublerException');
    }