spec\Prophecy\Prophecy\MethodProphecySpec::it_adds_itself_to_ObjectProphecy_during_call_to_will PHP Method

it_adds_itself_to_ObjectProphecy_during_call_to_will() public method

public it_adds_itself_to_ObjectProphecy_during_call_to_will ( Prophecy\Promise\PromiseInterface $objectProphecy, $promise )
$objectProphecy Prophecy\Promise\PromiseInterface
    function it_adds_itself_to_ObjectProphecy_during_call_to_will(PromiseInterface $objectProphecy, $promise)
    {
        $objectProphecy->addMethodProphecy($this)->shouldBeCalled();
        $this->will($promise);
    }
MethodProphecySpec