Kanboard-Prod/libs/SimpleValidator/Validators
Joe Nahmias 32667285a8 fix: update test for DateTime parse errors to work in php8.2
check if getLastErrors() returns a false bool, rather than specific
array elements, as this throws an error in php8.2 if there are no
errors returned.
2023-01-12 18:13:44 -08:00
..
Alpha.php
AlphaNumeric.php
Base.php
Date.php fix: update test for DateTime parse errors to work in php8.2 2023-01-12 18:13:44 -08:00
Email.php
Equals.php
Exists.php
GreaterThan.php
InArray.php
Integer.php
Ip.php
Length.php
MaxLength.php
MinLength.php
NotEmpty.php
NotEquals.php
NotInArray.php
Numeric.php
Range.php
Required.php
Unique.php