spec\Prophecy\Exception\Prophecy\MethodProphecyExceptionSpec::it_extends_DoubleException PHP Method

it_extends_DoubleException() public method

    function it_extends_DoubleException()
    {
        $this->shouldBeAnInstanceOf('Prophecy\\Exception\\Prophecy\\ObjectProphecyException');
    }