Issue #1347836 by LSU_JBob, Albert Volkman, linclark: Comment cleanup in common.test.
parent
b7bfbb26b8
commit
ceee7931e4
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue