Exemple #1
0
 public function testGetMethod()
 {
     $this->form->setMethod('GET');
     // via getter lowercased
     $this->assertEqual('get', $this->form->getMethod());
 }