spec\Prophecy\Doubler\ClassPatch\DisableConstructorPatchSpec::it_supports_anything PHP Метод

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

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);
    }