function ClassMirrorExceptionSpec::let in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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
Namespace
spec\Prophecy\Exception\DoublerCode
function let($class) {
$this
->beConstructedWith('', $class);
}