public function testSubmit() { $input = Input::submit(); $this->genericElementTest($input); $this->assertEquals('submit', $input->attr('type')); }