Issue #1347836 by LSU_JBob, Albert Volkman, linclark: Comment cleanup in common.test.

merge-requests/26/head
webchick 2012-02-14 13:32:21 -05:00
parent b7bfbb26b8
commit ceee7931e4
1 changed files with 4 additions and 1 deletions

View File

@ -353,7 +353,7 @@ class CommonURLUnitTest extends DrupalWebTestCase {
} }
/** /**
* Tests for the check_plain(), filter_xss() and format_string() functions. * Tests for check_plain(), filter_xss(), format_string(), and check_url().
*/ */
class CommonXssUnitTest extends DrupalUnitTestCase { class CommonXssUnitTest extends DrupalUnitTestCase {
@ -424,6 +424,9 @@ class CommonXssUnitTest extends DrupalUnitTestCase {
} }
} }
/**
* Tests file size parsing and formatting functions.
*/
class CommonSizeTestCase extends DrupalUnitTestCase { class CommonSizeTestCase extends DrupalUnitTestCase {
protected $exact_test_cases; protected $exact_test_cases;
protected $rounded_test_cases; protected $rounded_test_cases;