6 calls to HtmlToTextTest::assertHtmlToText()

HtmlToTextTest::testDrupalHtmlToTextArgs in drupal/core/modules/system/lib/Drupal/system/Tests/Mail/HtmlToTextTest.php
Test $allowed_tags argument of drupal_html_to_text().
HtmlToTextTest::testDrupalHtmltoTextCollapsesWhitespace in drupal/core/modules/system/lib/Drupal/system/Tests/Mail/HtmlToTextTest.php
Test that whitespace is collapsed.
HtmlToTextTest::testDrupalHtmlToTextParagraphs in drupal/core/modules/system/lib/Drupal/system/Tests/Mail/HtmlToTextTest.php
Test that combinations of paragraph breaks, line breaks, linefeeds, and spaces are properly handled.
HtmlToTextTest::testFootnoteReferences in drupal/core/modules/system/lib/Drupal/system/Tests/Mail/HtmlToTextTest.php
Test that footnote references are properly generated.
HtmlToTextTest::testHeaderSeparation in drupal/core/modules/system/lib/Drupal/system/Tests/Mail/HtmlToTextTest.php
Test that headers are properly separated from surrounding text.
HtmlToTextTest::testTags in drupal/core/modules/system/lib/Drupal/system/Tests/Mail/HtmlToTextTest.php
Test all supported tags of drupal_html_to_text().