示例#1
0
文件: AtomTest.php 项目: seytar/psx
 public function testGetContentType()
 {
     $writer = new Atom();
     $this->assertEquals('application/atom+xml', $writer->getContentType());
 }