Skip to content

Commit e9667c3

Browse files
authored
Merge pull request #292 from remicollet/issue-291
Fix #291 failed tests with lestest PHP
2 parents 8490e82 + 14c9472 commit e9667c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Constraints/FormatTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ public function getInvalidFormats()
146146
array('1999-01-11T00:00:00+1:00', 'date-time'),
147147
array('1999.000Z-01-11T00:00:00+1:00', 'date-time'),
148148

149-
array('-1', 'utc-millisec'),
150149
array(PHP_INT_MAX, 'utc-millisec'),
151150

152151
array('grey', 'color'),

0 commit comments

Comments
 (0)