示例#1
0
文件: FormTest.php 项目: liftkit/form
 public function testGetSetEncType()
 {
     $this->form->setEncType('test');
     $this->assertEquals($this->form->getEncType(), 'test');
 }