fix: better MoneyValidatorTest
This commit is contained in:
@@ -35,6 +35,6 @@ class MoneyValidatorTest extends ValidatorTestCase
|
||||
}
|
||||
|
||||
private function failureDp(): array {
|
||||
return [['122.b'], ['a.a'], ['a'], ['2.040'], ['2,a']];
|
||||
return [['122.b'], ['a.a'], ['a'], ['2.040'], ['2,a'], ['-223']];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user