spec\Prophecy\Doubler\ClassPatch\SplFileInfoPatchSpec::it_supports_nodes_with_SplFileInfo_as_parent_class PHP Метод

it_supports_nodes_with_SplFileInfo_as_parent_class() публичный Метод

public it_supports_nodes_with_SplFileInfo_as_parent_class ( Prophecy\Doubler\Generator\Node\ClassNode $node )
$node Prophecy\Doubler\Generator\Node\ClassNode
    function it_supports_nodes_with_SplFileInfo_as_parent_class(ClassNode $node)
    {
        $node->getParentClass()->willReturn('SplFileInfo');
        $this->supports($node)->shouldReturn(true);
    }