Example #1
0
 public function testVerificaSetGetAction()
 {
     $form = new Form('form');
     $form->setAction('index.php');
     $this->assertEquals('index.php', $form->getAction());
 }