@@ -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
@@ -377,7 +377,7 @@ public function testReverseTransformDoesNotRoundIfNoScale()
377
377
public function testDecimalSeparatorMayBeDotIfGroupingSeparatorIsNotDot ()
378
378
{
379
379
// Since we test against other locales, we need the full implementation
380
- IntlTestHelper::requireFullIntl ($ this , false );
380
+ IntlTestHelper::requireFullIntl ($ this , ' 4.8.1.1 ' );
381
381
382
382
\Locale::setDefault ('fr ' );
383
383
$ transformer = new NumberToLocalizedStringTransformer (null , true );
@@ -397,7 +397,7 @@ public function testDecimalSeparatorMayBeDotIfGroupingSeparatorIsNotDot()
397
397
public function testDecimalSeparatorMayNotBeDotIfGroupingSeparatorIsDot ()
398
398
{
399
399
// Since we test against "de_AT", we need the full implementation
400
- IntlTestHelper::requireFullIntl ($ this , false );
400
+ IntlTestHelper::requireFullIntl ($ this , ' 4.8.1.1 ' );
401
401
402
402
\Locale::setDefault ('de_AT ' );
403
403
@@ -412,7 +412,7 @@ public function testDecimalSeparatorMayNotBeDotIfGroupingSeparatorIsDot()
412
412
public function testDecimalSeparatorMayNotBeDotIfGroupingSeparatorIsDotWithNoGroupSep ()
413
413
{
414
414
// Since we test against "de_DE", we need the full implementation
415
- IntlTestHelper::requireFullIntl ($ this , false );
415
+ IntlTestHelper::requireFullIntl ($ this , ' 4.8.1.1 ' );
416
416
417
417
\Locale::setDefault ('de_DE ' );
418
418
@@ -436,7 +436,7 @@ public function testDecimalSeparatorMayBeDotIfGroupingSeparatorIsDotButNoGroupin
436
436
public function testDecimalSeparatorMayBeCommaIfGroupingSeparatorIsNotComma ()
437
437
{
438
438
// Since we test against other locales, we need the full implementation
439
- IntlTestHelper::requireFullIntl ($ this , false );
439
+ IntlTestHelper::requireFullIntl ($ this , ' 4.8.1.1 ' );
440
440
441
441
\Locale::setDefault ('bg ' );
442
442
$ transformer = new NumberToLocalizedStringTransformer (null , true );
@@ -455,6 +455,8 @@ public function testDecimalSeparatorMayBeCommaIfGroupingSeparatorIsNotComma()
455
455
*/
456
456
public function testDecimalSeparatorMayNotBeCommaIfGroupingSeparatorIsComma ()
457
457
{
458
+ IntlTestHelper::requireFullIntl ($ this , '4.8.1.1 ' );
459
+
458
460
$ transformer = new NumberToLocalizedStringTransformer (null , true );
459
461
460
462
$ transformer ->reverseTransform ('1,234,5 ' );
@@ -465,6 +467,8 @@ public function testDecimalSeparatorMayNotBeCommaIfGroupingSeparatorIsComma()
465
467
*/
466
468
public function testDecimalSeparatorMayNotBeCommaIfGroupingSeparatorIsCommaWithNoGroupSep ()
467
469
{
470
+ IntlTestHelper::requireFullIntl ($ this , '4.8.1.1 ' );
471
+
468
472
$ transformer = new NumberToLocalizedStringTransformer (null , true );
469
473
470
474
$ transformer ->reverseTransform ('1234,5 ' );
0 commit comments