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