@@ -228,7 +228,7 @@ public function testReverseTransform($to, $from, $locale)
228228 public function testReverseTransformWithGrouping ($ to , $ from , $ locale )
229229 {
230230 // Since we test against other locales, we need the full implementation
231- IntlTestHelper::requireFullIntl ($ this , false );
231+ IntlTestHelper::requireFullIntl ($ this , ' 4.8.1.1 ' );
232232
233233 \Locale::setDefault ($ locale );
234234
@@ -375,7 +375,7 @@ public function testReverseTransformDoesNotRoundIfNoScale()
375375 public function testDecimalSeparatorMayBeDotIfGroupingSeparatorIsNotDot ()
376376 {
377377 // Since we test against other locales, we need the full implementation
378- IntlTestHelper::requireFullIntl ($ this , false );
378+ IntlTestHelper::requireFullIntl ($ this , ' 4.8.1.1 ' );
379379
380380 \Locale::setDefault ('fr ' );
381381 $ transformer = new NumberToLocalizedStringTransformer (null , true );
@@ -395,7 +395,7 @@ public function testDecimalSeparatorMayBeDotIfGroupingSeparatorIsNotDot()
395395 public function testDecimalSeparatorMayNotBeDotIfGroupingSeparatorIsDot ()
396396 {
397397 // Since we test against "de_DE", we need the full implementation
398- IntlTestHelper::requireFullIntl ($ this , false );
398+ IntlTestHelper::requireFullIntl ($ this , ' 4.8.1.1 ' );
399399
400400 \Locale::setDefault ('de_DE ' );
401401
@@ -410,7 +410,7 @@ public function testDecimalSeparatorMayNotBeDotIfGroupingSeparatorIsDot()
410410 public function testDecimalSeparatorMayNotBeDotIfGroupingSeparatorIsDotWithNoGroupSep ()
411411 {
412412 // Since we test against "de_DE", we need the full implementation
413- IntlTestHelper::requireFullIntl ($ this , false );
413+ IntlTestHelper::requireFullIntl ($ this , ' 4.8.1.1 ' );
414414
415415 \Locale::setDefault ('de_DE ' );
416416
@@ -434,7 +434,7 @@ public function testDecimalSeparatorMayBeDotIfGroupingSeparatorIsDotButNoGroupin
434434 public function testDecimalSeparatorMayBeCommaIfGroupingSeparatorIsNotComma ()
435435 {
436436 // Since we test against other locales, we need the full implementation
437- IntlTestHelper::requireFullIntl ($ this , false );
437+ IntlTestHelper::requireFullIntl ($ this , ' 4.8.1.1 ' );
438438
439439 \Locale::setDefault ('bg ' );
440440 $ transformer = new NumberToLocalizedStringTransformer (null , true );
@@ -453,6 +453,8 @@ public function testDecimalSeparatorMayBeCommaIfGroupingSeparatorIsNotComma()
453453 */
454454 public function testDecimalSeparatorMayNotBeCommaIfGroupingSeparatorIsComma ()
455455 {
456+ IntlTestHelper::requireFullIntl ($ this , '4.8.1.1 ' );
457+
456458 $ transformer = new NumberToLocalizedStringTransformer (null , true );
457459
458460 $ transformer ->reverseTransform ('1,234,5 ' );
@@ -463,6 +465,8 @@ public function testDecimalSeparatorMayNotBeCommaIfGroupingSeparatorIsComma()
463465 */
464466 public function testDecimalSeparatorMayNotBeCommaIfGroupingSeparatorIsCommaWithNoGroupSep ()
465467 {
468+ IntlTestHelper::requireFullIntl ($ this , '4.8.1.1 ' );
469+
466470 $ transformer = new NumberToLocalizedStringTransformer (null , true );
467471
468472 $ transformer ->reverseTransform ('1234,5 ' );
0 commit comments