You are here

function ClassCreatorExceptionSpec::it_contains_a_reflected_node in Zircon Profile 8

Same name and namespace in other branches
  1. 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

ClassCreatorExceptionSpec

Namespace

spec\Prophecy\Exception\Doubler

Code

function it_contains_a_reflected_node($node) {
  $this
    ->getClassNode()
    ->shouldReturn($node);
}