function UnicodeTest::testMimeHeaderDecode
Same name in other branches
- 9 core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php \Drupal\Tests\Component\Utility\UnicodeTest::testMimeHeaderDecode()
Tests multibyte decoding.
@dataProvider providerTestMimeHeaderDecode @covers ::mimeHeaderDecode
File
-
core/
tests/ Drupal/ Tests/ Component/ Utility/ UnicodeTest.php, line 56
Class
- UnicodeTest
- Test unicode handling features implemented in Unicode component.
Namespace
Drupal\Tests\Component\UtilityCode
public function testMimeHeaderDecode($value, $encoded) {
$this->assertEquals($value, Unicode::mimeHeaderDecode($encoded));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.