function MagicCallPatchSpec::it_supports_anything in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/MagicCallPatchSpec.php \spec\Prophecy\Doubler\ClassPatch\MagicCallPatchSpec::it_supports_anything()
Parameters
\Prophecy\Doubler\Generator\Node\ClassNode $node:
File
- vendor/
phpspec/ prophecy/ spec/ Prophecy/ Doubler/ ClassPatch/ MagicCallPatchSpec.php, line 19
Class
Namespace
spec\Prophecy\Doubler\ClassPatchCode
function it_supports_anything($node) {
$this
->supports($node)
->shouldReturn(true);
}