Esempio n. 1
0
 public function testTel()
 {
     $input = Input::tel();
     $this->genericElementTest($input);
     $this->genericInputTest($input, 'tel');
 }