Example #1
0
 public function testRenderFormOpen()
 {
     $form = new Form('get', 'index.php', 'multipart/form-data', 'form');
     $this->assertEquals($form->renderFormOpen(), '<form method="get" action="index.php" enctype="multipart/form-data" id="form">');
 }