spec\Prophecy\Doubler\ClassPatch\ReflectionClassNewInstancePatchSpec::it_is_a_patch PHP Method

it_is_a_patch() public method

public it_is_a_patch ( )
    function it_is_a_patch()
    {
        $this->shouldBeAnInstanceOf('Prophecy\\Doubler\\ClassPatch\\ClassPatchInterface');
    }