spec\Prophecy\Prophecy\MethodProphecySpec::let PHP Method

let() public method

public let ( Prophecy\Prophecy\ObjectProphecy $objectProphecy, ReflectionClass $reflection )
$objectProphecy Prophecy\Prophecy\ObjectProphecy
$reflection ReflectionClass
    function let(ObjectProphecy $objectProphecy, \ReflectionClass $reflection)
    {
        $objectProphecy->reveal()->willReturn($reflection);
        $this->beConstructedWith($objectProphecy, 'getName', null);
    }
MethodProphecySpec