Skip to content

Commit a1b4cf0

Browse files
committed
Set UTF-8 for encoding tests
1 parent 0f3a037 commit a1b4cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/BaseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ public function testEncodingDocumentText($file)
615615
}
616616
else
617617
{
618-
//$client->setEncoding('UTF-8');
618+
$client->setEncoding('UTF-8');
619619

620620
$this->assertThat($client->getText($file), $this->logicalAnd
621621
(

0 commit comments

Comments
 (0)