@@ -228,7 +228,7 @@ public function testReverseTransform($to, $from, $locale)
228
228
public function testReverseTransformWithGrouping ($ to , $ from , $ locale )
229
229
{
230
230
// Since we test against other locales, we need the full implementation
231
- IntlTestHelper::requireFullIntl ($ this , false );
231
+ IntlTestHelper::requireFullIntl ($ this , ' 4.8.1.1 ' );
232
232
233
233
\Locale::setDefault ($ locale );
234
234
@@ -375,7 +375,7 @@ public function testReverseTransformDoesNotRoundIfNoScale()
375
375
public function testDecimalSeparatorMayBeDotIfGroupingSeparatorIsNotDot ()
376
376
{
377
377
// Since we test against other locales, we need the full implementation
378
- IntlTestHelper::requireFullIntl ($ this , false );
378
+ IntlTestHelper::requireFullIntl ($ this , ' 4.8.1.1 ' );
379
379
380
380
\Locale::setDefault ('fr ' );
381
381
$ transformer = new NumberToLocalizedStringTransformer (null , true );
@@ -395,7 +395,7 @@ public function testDecimalSeparatorMayBeDotIfGroupingSeparatorIsNotDot()
395
395
public function testDecimalSeparatorMayNotBeDotIfGroupingSeparatorIsDot ()
396
396
{
397
397
// Since we test against "de_DE", we need the full implementation
398
- IntlTestHelper::requireFullIntl ($ this , false );
398
+ IntlTestHelper::requireFullIntl ($ this , ' 4.8.1.1 ' );
399
399
400
400
\Locale::setDefault ('de_DE ' );
401
401
@@ -410,7 +410,7 @@ public function testDecimalSeparatorMayNotBeDotIfGroupingSeparatorIsDot()
410
410
public function testDecimalSeparatorMayNotBeDotIfGroupingSeparatorIsDotWithNoGroupSep ()
411
411
{
412
412
// Since we test against "de_DE", we need the full implementation
413
- IntlTestHelper::requireFullIntl ($ this , false );
413
+ IntlTestHelper::requireFullIntl ($ this , ' 4.8.1.1 ' );
414
414
415
415
\Locale::setDefault ('de_DE ' );
416
416
@@ -434,7 +434,7 @@ public function testDecimalSeparatorMayBeDotIfGroupingSeparatorIsDotButNoGroupin
434
434
public function testDecimalSeparatorMayBeCommaIfGroupingSeparatorIsNotComma ()
435
435
{
436
436
// Since we test against other locales, we need the full implementation
437
- IntlTestHelper::requireFullIntl ($ this , false );
437
+ IntlTestHelper::requireFullIntl ($ this , ' 4.8.1.1 ' );
438
438
439
439
\Locale::setDefault ('bg ' );
440
440
$ transformer = new NumberToLocalizedStringTransformer (null , true );
@@ -453,6 +453,8 @@ public function testDecimalSeparatorMayBeCommaIfGroupingSeparatorIsNotComma()
453
453
*/
454
454
public function testDecimalSeparatorMayNotBeCommaIfGroupingSeparatorIsComma ()
455
455
{
456
+ IntlTestHelper::requireFullIntl ($ this , '4.8.1.1 ' );
457
+
456
458
$ transformer = new NumberToLocalizedStringTransformer (null , true );
457
459
458
460
$ transformer ->reverseTransform ('1,234,5 ' );
@@ -463,6 +465,8 @@ public function testDecimalSeparatorMayNotBeCommaIfGroupingSeparatorIsComma()
463
465
*/
464
466
public function testDecimalSeparatorMayNotBeCommaIfGroupingSeparatorIsCommaWithNoGroupSep ()
465
467
{
468
+ IntlTestHelper::requireFullIntl ($ this , '4.8.1.1 ' );
469
+
466
470
$ transformer = new NumberToLocalizedStringTransformer (null , true );
467
471
468
472
$ transformer ->reverseTransform ('1234,5 ' );
0 commit comments