diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2012-02-14 13:32:21 -0500 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2012-02-14 13:32:21 -0500 |
commit | ceee7931e4652b802ef54602b7fecda28f3e65c3 (patch) | |
tree | bb7eb803cc56b978ec062e6630d0bfef0906bad0 /modules/simpletest/tests | |
parent | b7bfbb26b8422c87bb41cab211d818421c87a054 (diff) | |
download | brdo-ceee7931e4652b802ef54602b7fecda28f3e65c3.tar.gz brdo-ceee7931e4652b802ef54602b7fecda28f3e65c3.tar.bz2 |
Issue #1347836 by LSU_JBob, Albert Volkman, linclark: Comment cleanup in common.test.
Diffstat (limited to 'modules/simpletest/tests')
-rw-r--r-- | modules/simpletest/tests/common.test | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/simpletest/tests/common.test b/modules/simpletest/tests/common.test index 5650d8c01..b3fc849a3 100644 --- a/modules/simpletest/tests/common.test +++ b/modules/simpletest/tests/common.test @@ -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 { @@ -424,6 +424,9 @@ class CommonXssUnitTest extends DrupalUnitTestCase { } } +/** + * Tests file size parsing and formatting functions. + */ class CommonSizeTestCase extends DrupalUnitTestCase { protected $exact_test_cases; protected $rounded_test_cases; |