spec\Prophecy\Prediction\NoCallsPredictionSpec::it_does_nothing_if_there_is_no_calls_made PHP Метод

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

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