diff --git a/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TaxonomyTermIndentationTest.php b/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TaxonomyTermIndentationTest.php index 093fd34..59970c4 100644 --- a/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TaxonomyTermIndentationTest.php +++ b/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TaxonomyTermIndentationTest.php @@ -22,7 +22,7 @@ class TaxonomyTermIndentationTest extends TaxonomyTestBase { public static function getInfo() { return array( 'name' => 'Taxonomy term indentation', - 'description' => 'Ensure that the term indentation works properly', + 'description' => 'Ensure that the term indentation works properly.', 'group' => 'Taxonomy', ); } @@ -35,7 +35,7 @@ public function setUp() { } /** - * Test term indentation. + * Tests term indentation. */ function testTermIndentation() { // Create three taxonomy terms.