function UnicodeTest::testMimeHeaderDecode

Same name and namespace in other branches
  1. 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\Utility

Code

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.