You are here

function ClassMirrorExceptionSpec::let in Zircon Profile 8.0

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

Parameters

\ReflectionClass $class:

File

vendor/phpspec/prophecy/spec/Prophecy/Exception/Doubler/ClassMirrorExceptionSpec.php, line 12

Class

ClassMirrorExceptionSpec

Namespace

spec\Prophecy\Exception\Doubler

Code

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