diff --git a/tests/Constraints/FormatTest.php b/tests/Constraints/FormatTest.php index f604c083..3ffe5b19 100644 --- a/tests/Constraints/FormatTest.php +++ b/tests/Constraints/FormatTest.php @@ -146,7 +146,6 @@ public function getInvalidFormats() array('1999-01-11T00:00:00+1:00', 'date-time'), array('1999.000Z-01-11T00:00:00+1:00', 'date-time'), - array('-1', 'utc-millisec'), array(PHP_INT_MAX, 'utc-millisec'), array('grey', 'color'),