fix: better MoneyValidatorTest
This commit is contained in:
parent
172cf058fe
commit
574dba85ad
@ -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']];
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user