6 calls to DrupalHtmlToTextTestCase::assertHtmlToText() in Drupal 7
- DrupalHtmlToTextTestCase::testDrupalHtmlToTextArgs in modules/
simpletest/ tests/ mail.test - Test $allowed_tags argument of drupal_html_to_text().
- DrupalHtmlToTextTestCase::testDrupalHtmltoTextCollapsesWhitespace in modules/
simpletest/ tests/ mail.test - Test that whitespace is collapsed.
- DrupalHtmlToTextTestCase::testDrupalHtmlToTextParagraphs in modules/
simpletest/ tests/ mail.test - Test that combinations of paragraph breaks, line breaks, linefeeds, and spaces are properly handled.
- DrupalHtmlToTextTestCase::testFootnoteReferences in modules/
simpletest/ tests/ mail.test - Test that footnote references are properly generated.
- DrupalHtmlToTextTestCase::testHeaderSeparation in modules/
simpletest/ tests/ mail.test - Test that headers are properly separated from surrounding text.
- DrupalHtmlToTextTestCase::testTags in modules/
simpletest/ tests/ mail.test - Test all supported tags of drupal_html_to_text().