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