spec\Prophecy\Exception\Prediction\UnexpectedCallsExceptionSpec::it_should_expose_calls_list_through_getter PHP Метод

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

public it_should_expose_calls_list_through_getter ( $call1, $call2 )
    function it_should_expose_calls_list_through_getter($call1, $call2)
    {
        $this->getCalls()->shouldReturn(array($call1, $call2));
    }