spec\Prophecy\Exception\Prophecy\MethodProphecyExceptionSpec::it_holds_a_stub_reference PHP Метод

it_holds_a_stub_reference() публичный Метод

public it_holds_a_stub_reference ( $methodProphecy )
    function it_holds_a_stub_reference($methodProphecy)
    {
        $this->getMethodProphecy()->shouldReturn($methodProphecy);
    }