Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.10.0
-
Fix Version/s: 1.10.2
-
Component/s: Zend_Validate
-
Labels:None
Description
The default text of Zend_Validate_Digits when validation isn't passed is the following:
- '500.00' contains not only digit characters
An improvement might be something like:
- '500.00' contains characters that are not digits; only digits are allowed
Includes enhancement and associated tests verified with "phpunit --testdox".