Skip to content

Commit

Permalink
Looks like this fixed it.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed May 5, 2014
1 parent 898edab commit ebafe95
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions framework/Serialize/test/Horde/Serialize/JsonTest.php
Expand Up @@ -98,8 +98,6 @@ public function testJsonEmpties()
// JSON encode/decode tests (invalid UTF-8 input).
public function testJsonInvalidUTF8Input()
{
$data = file_get_contents(__DIR__ . '/fixtures/badutf8.txt');
var_dump(json_encode($data),json_last_error(),$data,Horde_String::convertCharset($data, null, 'UTF-8', true));
$old_error_reporting = error_reporting(E_ALL & ~E_WARNING);
$this->assertEquals(
'"Note: To play video messages sent to email, QuickTime\u00ae 6.5 or higher is required.\n"',
Expand Down

0 comments on commit ebafe95

Please sign in to comment.