function MethodProphecySpec::let in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpspec/prophecy/spec/Prophecy/Prophecy/MethodProphecySpec.php \spec\Prophecy\Prophecy\MethodProphecySpec::let()
Parameters
\Prophecy\Prophecy\ObjectProphecy $objectProphecy:
\ReflectionClass $reflection:
File
- vendor/
phpspec/ prophecy/ spec/ Prophecy/ Prophecy/ MethodProphecySpec.php, line 18
Class
Namespace
spec\Prophecy\ProphecyCode
function let($objectProphecy, $reflection) {
$objectProphecy
->reveal()
->willReturn($reflection);
$this
->beConstructedWith($objectProphecy, 'getName', null);
}