spec\Prophecy\Prediction\CallTimesPredictionSpec::it_does_nothing_if_there_were_exact_amount_of_calls_being_made PHP Method

it_does_nothing_if_there_were_exact_amount_of_calls_being_made() public method

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