Example #1
0
 /**
  * @covers ::getHeaders
  */
 public function testGetHeadersPost()
 {
     $headers = $this->form->getHeaders();
     $this->assertArraySubset(['Content-Type' => 'application/x-www-form-urlencoded'], $headers);
 }