Source

						public function testFormInputField() {
		$result = $this->form->file('upload');
		$this->assertTags($result, array('input' => array(
			'type' => 'file', 'name' => 'upload', 'id' => 'Upload'
		)));
	}