Ejemplo n.º 1
0
 public function testGetEncodingReturnsUtf8IfNotSet()
 {
     $writer = new Writer\Feed();
     $this->assertEquals('UTF-8', $writer->getEncoding());
 }