Esempio n. 1
0
 public function testTextarea()
 {
     $input = Input::textarea();
     $this->genericElementTest($input);
     $this->assertNull($input->attr('type'));
 }