spec\Prophecy\Prophecy\MethodProphecySpec::it_links_back_to_ObjectProphecy_through_getter PHP Method

    function it_links_back_to_ObjectProphecy_through_getter($objectProphecy)
    {
        $this->getObjectProphecy()->shouldReturn($objectProphecy);
    }
MethodProphecySpec