diff --git a/core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php b/core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php
index 22ce61e..ab5568b 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 @@ namespace Drupal\dblog\Tests;
 use Drupal\simpletest\WebTestBase;
 use SimpleXMLElement;
 
+/**
+ * Tests logging messages in database
+ */
 class DBLogTest extends WebTestBase {
 
   /**
diff --git a/core/modules/filter/lib/Drupal/filter/Tests/FilterHooksTest.php b/core/modules/filter/lib/Drupal/filter/Tests/FilterHooksTest.php
index a6522c2..3d7e155 100644
--- a/core/modules/filter/lib/Drupal/filter/Tests/FilterHooksTest.php
+++ b/core/modules/filter/lib/Drupal/filter/Tests/FilterHooksTest.php
@@ -36,7 +36,10 @@ class FilterHooksTest extends WebTestBase {
   }
 
   /**
-   * Tests that hooks run correctly on creating, editing, and deleting a text format.
+   * Tests hooks on format management.
+   *
+   * Tests that hooks run correctly on creating, editing, and deleting a text
+   * format.
    */
   function testFilterHooks() {
     // Add a text format.
diff --git a/core/modules/filter/lib/Drupal/filter/Tests/FilterNoFormatTest.php b/core/modules/filter/lib/Drupal/filter/Tests/FilterNoFormatTest.php
index 01c3f75..01d072c 100644
--- a/core/modules/filter/lib/Drupal/filter/Tests/FilterNoFormatTest.php
+++ b/core/modules/filter/lib/Drupal/filter/Tests/FilterNoFormatTest.php
@@ -22,8 +22,10 @@ class FilterNoFormatTest extends WebTestBase {
   }
 
   /**
-   * Tests if text with no format is filtered the same as text in the fallback
-   * format.
+   * Tests text without format.
+   *
+   * Tests if text with no format is filtered the same way as text in the 
+   * fallback format.
    */
   function testCheckMarkupNoFormat() {
     // Create some text. Include some HTML and line breaks, so we get a good
diff --git a/core/modules/filter/lib/Drupal/filter/Tests/FilterSecurityTest.php b/core/modules/filter/lib/Drupal/filter/Tests/FilterSecurityTest.php
index 3c35629..c159ed4 100644
--- a/core/modules/filter/lib/Drupal/filter/Tests/FilterSecurityTest.php
+++ b/core/modules/filter/lib/Drupal/filter/Tests/FilterSecurityTest.php
@@ -51,7 +51,10 @@ class FilterSecurityTest extends WebTestBase {
   }
 
   /**
-   * Tests that filtered content is emptied when an actively used filter module is disabled.
+   * Tests an actively used disabled filter.
+   *
+   * Tests that filtered content is emptied when an actively used filter module
+   * is disabled.
    */
   function testDisableFilterModule() {
     // Create a new node.
