Example #1
0
 public function testGetContentType()
 {
     $writer = new Xml();
     $this->assertEquals('application/xml', $writer->getContentType());
 }