spec\Prophecy\Doubler\ClassPatch\DisableConstructorPatchSpec::it_supports_anything PHP Method

it_supports_anything() public method

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