Example #1
0
 public function testGetContentType()
 {
     $writer = new Form();
     $this->assertEquals('application/x-www-form-urlencoded', $writer->getContentType());
 }