# File test/test_AccessLog.rb, line 140
    def test_has_logfiles
      assert_equal(1, @access_log_params_call)
      assert(@AccessLog.has_logfiles?)
      assert_equal(1, @logfiles_call)
    end