spec\Prophecy\Doubler\ClassPatch\ProphecySubjectPatchSpec::it_supports_any_class PHP Method

it_supports_any_class() public method

public it_supports_any_class ( Prophecy\Doubler\Generator\Node\ClassNode $node )
$node Prophecy\Doubler\Generator\Node\ClassNode
    function it_supports_any_class(ClassNode $node)
    {
        $this->supports($node)->shouldReturn(true);
    }