コード例 #1
0
 public function testGetContentType()
 {
     $registration = new GcmRegistration();
     $this->assertEquals('application/atom+xml;type=entry;charset=utf-8', $registration->getContentType());
 }