spec\Prophecy\Prophecy\MethodProphecySpec::it_does_nothing_during_checkPrediction_if_no_prediction_set PHP Method

it_does_nothing_during_checkPrediction_if_no_prediction_set() public method

    function it_does_nothing_during_checkPrediction_if_no_prediction_set()
    {
        $this->checkPrediction()->shouldReturn(null);
    }
MethodProphecySpec