You are here

function DisableConstructorPatchSpec::it_supports_anything in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/DisableConstructorPatchSpec.php \spec\Prophecy\Doubler\ClassPatch\DisableConstructorPatchSpec::it_supports_anything()

Parameters

\Prophecy\Doubler\Generator\Node\ClassNode $node:

File

vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/DisableConstructorPatchSpec.php, line 23

Class

DisableConstructorPatchSpec

Namespace

spec\Prophecy\Doubler\ClassPatch

Code

function it_supports_anything($node) {
  $this
    ->supports($node)
    ->shouldReturn(true);
}