class LessThanValidatorTest extends AbstractComparisonValidatorTestCase
{ protected function createValidator(): LessThanValidator
{ return new LessThanValidator();
} protected static function createConstraint(array
$options = null
): Constraint
{ return new LessThan($options);
} protected function getErrorCode(): ?string
{ return LessThan::TOO_HIGH_ERROR;
} public static function provideValidComparisons(): array
{ return [ [1, 2
],
[