spec\Prophecy\Prophecy\ObjectProphecySpec::it_sets_parentClass_during_willExtend_call PHP Method

it_sets_parentClass_during_willExtend_call() public method

    function it_sets_parentClass_during_willExtend_call($lazyDouble)
    {
        $lazyDouble->setParentClass('123')->shouldBeCalled();
        $this->willExtend('123');
    }