diff --git a/test/Server/FaultTest.php b/test/Server/FaultTest.php index 268186f..cae34ec 100644 --- a/test/Server/FaultTest.php +++ b/test/Server/FaultTest.php @@ -203,6 +203,7 @@ public function test__toString() $e = new Server\Exception\RuntimeException('Testing fault', 411); $fault = Server\Fault::getInstance($e); + $fault->setEncoding('UTF-8'); $this->assertEquals(trim($xml), trim($fault->__toString())); }