spec\Prophecy\Prophecy\ObjectProphecySpec::it_adds_interface_during_willImplement_call PHP Method

it_adds_interface_during_willImplement_call() public method

    function it_adds_interface_during_willImplement_call($lazyDouble)
    {
        $lazyDouble->addInterface('222')->shouldBeCalled();
        $this->willImplement('222');
    }