spec\Prophecy\Prediction\CallPredictionSpec::it_does_nothing_if_there_is_more_than_one_call_been_made PHP Method

it_does_nothing_if_there_is_more_than_one_call_been_made() public method

public it_does_nothing_if_there_is_more_than_one_call_been_made ( Prophecy\Prophecy\ObjectProphecy $object, Prophecy\Prophecy\MethodProphecy $method, Prophecy\Call\Call $call )
$object Prophecy\Prophecy\ObjectProphecy
$method Prophecy\Prophecy\MethodProphecy
$call Prophecy\Call\Call
    function it_does_nothing_if_there_is_more_than_one_call_been_made(ObjectProphecy $object, MethodProphecy $method, Call $call)
    {
        $this->check(array($call), $object, $method)->shouldReturn(null);
    }