From abf8680d0ed0e661988d27447f2804c132d5edcf Mon Sep 17 00:00:00 2001
From: Jennifer Hodgdon <yahgrp@poplarware.com>
Date: Tue, 4 Sep 2012 09:35:02 -0700
Subject: [PATCH] Issue #1326600 by batigolix: Add class docs header to dblog
 test

---
 core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php b/core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php
index 22ce61e48f4a..1091c7d25b71 100644
--- a/core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php
+++ b/core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php
@@ -10,6 +10,9 @@
 use Drupal\simpletest\WebTestBase;
 use SimpleXMLElement;
 
+/**
+ * Tests logging messages to the database.
+ */
 class DBLogTest extends WebTestBase {
 
   /**
-- 
GitLab