From d270deb7e5d6f241f84cbd608137f90f8d98a735 Mon Sep 17 00:00:00 2001 From: David Meister Date: Mon, 3 Jun 2013 23:44:37 +1000 Subject: [PATCH] 1825090-24 --- core/modules/system/lib/Drupal/system/Tests/Common/HtmlTagTest.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/modules/system/lib/Drupal/system/Tests/Common/HtmlTagTest.php b/core/modules/system/lib/Drupal/system/Tests/Common/HtmlTagTest.php index 0b4cfa1..a08e87d 100644 --- a/core/modules/system/lib/Drupal/system/Tests/Common/HtmlTagTest.php +++ b/core/modules/system/lib/Drupal/system/Tests/Common/HtmlTagTest.php @@ -2,7 +2,7 @@ /** * @file - * Definition of Drupal\system\Tests\Common\HtmlTagTest. + * Contains \Drupal\system\Tests\Common\HtmlTagTest. */ namespace Drupal\system\Tests\Common; @@ -10,7 +10,7 @@ use Drupal\simpletest\WebTestBase; /** - * Unit tests for theme_html_tag(). + * Tests for #type 'html_tag'. */ class HtmlTagTest extends WebTestBase { public static function getInfo() { @@ -22,7 +22,7 @@ public static function getInfo() { } /** - * Test #type 'html_tag'. + * Tests #type 'html_tag'. */ function testHtmlTag() { // Test auto-closure meta tag generation. -- 1.7.11.1