@@ -287,7 +287,7 @@ public function testInvalidDatesMin($value, $dateTimeAsString)
287
287
{
288
288
// Conversion of dates to string differs between ICU versions
289
289
// Make sure we have the correct version loaded
290
- IntlTestHelper::requireIntl ($ this );
290
+ IntlTestHelper::requireIntl ($ this , ' 57.1 ' );
291
291
292
292
$ constraint = new Range (array (
293
293
'min ' => 'March 10, 2014 ' ,
@@ -310,7 +310,7 @@ public function testInvalidDatesMax($value, $dateTimeAsString)
310
310
{
311
311
// Conversion of dates to string differs between ICU versions
312
312
// Make sure we have the correct version loaded
313
- IntlTestHelper::requireIntl ($ this );
313
+ IntlTestHelper::requireIntl ($ this , ' 57.1 ' );
314
314
315
315
$ constraint = new Range (array (
316
316
'max ' => 'March 20, 2014 ' ,
@@ -333,7 +333,7 @@ public function testInvalidDatesCombinedMax($value, $dateTimeAsString)
333
333
{
334
334
// Conversion of dates to string differs between ICU versions
335
335
// Make sure we have the correct version loaded
336
- IntlTestHelper::requireIntl ($ this );
336
+ IntlTestHelper::requireIntl ($ this , ' 57.1 ' );
337
337
338
338
$ constraint = new Range (array (
339
339
'min ' => 'March 10, 2014 ' ,
@@ -358,7 +358,7 @@ public function testInvalidDatesCombinedMin($value, $dateTimeAsString)
358
358
{
359
359
// Conversion of dates to string differs between ICU versions
360
360
// Make sure we have the correct version loaded
361
- IntlTestHelper::requireIntl ($ this );
361
+ IntlTestHelper::requireIntl ($ this , ' 57.1 ' );
362
362
363
363
$ constraint = new Range (array (
364
364
'min ' => 'March 10, 2014 ' ,
0 commit comments