예제 #1
0
파일: AtomTest.php 프로젝트: seytar/psx
 public function testGetContentType()
 {
     $writer = new Atom();
     $this->assertEquals('application/atom+xml', $writer->getContentType());
 }