Exemple #1
0
 public function testFormAllElements()
 {
     $uploadDoaForm = new Comment();
     $this->assertTrue($uploadDoaForm->has('comment'));
     $this->assertTrue($uploadDoaForm->has('submit'));
 }