Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Delisle <marc@infomarc.info>
  • Loading branch information
lem9 committed May 4, 2014
1 parent 9ecdc4e commit 519cdac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/libraries/PMA_FormDisplay_tpl_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ public function testDisplayInput()

$this->assertTag(
PMA_getTagArray(
'<input type="number" size="15" name="test/path" ' .
'<input type="number" name="test/path" ' .
'id="test/path" value="val" />'
),
$result
Expand Down

0 comments on commit 519cdac

Please sign in to comment.