function ClassCreatorExceptionSpec::it_contains_a_reflected_node in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpspec/prophecy/spec/Prophecy/Exception/Doubler/ClassCreatorExceptionSpec.php \spec\Prophecy\Exception\Doubler\ClassCreatorExceptionSpec::it_contains_a_reflected_node()
File
- vendor/
phpspec/ prophecy/ spec/ Prophecy/ Exception/ Doubler/ ClassCreatorExceptionSpec.php, line 24
Class
Namespace
spec\Prophecy\Exception\DoublerCode
function it_contains_a_reflected_node($node) {
$this
->getClassNode()
->shouldReturn($node);
}