You are here

function ClassCreatorExceptionSpec::let in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpspec/prophecy/spec/Prophecy/Exception/Doubler/ClassCreatorExceptionSpec.php \spec\Prophecy\Exception\Doubler\ClassCreatorExceptionSpec::let()

Parameters

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

File

vendor/phpspec/prophecy/spec/Prophecy/Exception/Doubler/ClassCreatorExceptionSpec.php, line 13

Class

ClassCreatorExceptionSpec

Namespace

spec\Prophecy\Exception\Doubler

Code

function let($node) {
  $this
    ->beConstructedWith('', $node);
}