Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
Added test case for string('5.00')
Browse files Browse the repository at this point in the history
  • Loading branch information
mikestowe committed Sep 12, 2012
1 parent 35d1930 commit 4936bc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ZendTest/I18n/Validator/FloatTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public function basicProvider()
array(0.01, true),
array(-0.1, true),
array('10.1', true),
array('5.00', true),
array(1, true),
array('10.1not a float', false),
);
Expand Down

0 comments on commit 4936bc2

Please sign in to comment.