Skip to content

Commit

Permalink
[+]: added tests for "UTF8::to_utf8()"
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Moelleken committed Feb 22, 2015
1 parent 0e408fd commit 351420a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/UTF8Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,8 @@ public function testToLatin1Utf8()
foreach ($tests as $before => $after) {
$this->assertEquals($after, UTF8::to_utf8(UTF8::to_latin1($before)));
}

$this->assertEquals($tests, UTF8::to_utf8(UTF8::to_latin1($tests)));
}

public function testString()
Expand Down

0 comments on commit 351420a

Please sign in to comment.