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