- BackdropHtmlToTextTestCase::testBackdropHtmlToTextArgs in modules/
simpletest/ tests/ mail.test - Test $allowed_tags argument of backdrop_html_to_text().
- BackdropHtmlToTextTestCase::testBackdropHtmltoTextCollapsesWhitespace in modules/
simpletest/ tests/ mail.test - Test that whitespace is collapsed.
- BackdropHtmlToTextTestCase::testBackdropHtmlToTextParagraphs in modules/
simpletest/ tests/ mail.test - Test that combinations of paragraph breaks, line breaks, linefeeds, and spaces are properly handled.
- BackdropHtmlToTextTestCase::testFootnoteReferences in modules/
simpletest/ tests/ mail.test - Test that footnote references are properly generated.
- BackdropHtmlToTextTestCase::testHeaderSeparation in modules/
simpletest/ tests/ mail.test - Test that headers are properly separated from surrounding text.
- BackdropHtmlToTextTestCase::testTags in modules/
simpletest/ tests/ mail.test - Test all supported tags of backdrop_html_to_text().