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