Example #1
0
 public function testGetSetMethod()
 {
     $this->form->setMethod('test');
     $this->assertEquals($this->form->getMethod(), 'test');
 }