spec\Prophecy\Prophecy\ObjectProphecySpec::it_returns_null_after_checkPredictions_call_if_there_is_no_method_prophecies PHP Method

it_returns_null_after_checkPredictions_call_if_there_is_no_method_prophecies() public method

    function it_returns_null_after_checkPredictions_call_if_there_is_no_method_prophecies()
    {
        $this->checkProphecyMethodsPredictions()->shouldReturn(null);
    }