Skip to content

Commit a6528cf

Browse files
fix tests
1 parent a71ad4f commit a6528cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tests/NumberFormatter/AbstractNumberFormatterTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
namespace Symfony\Component\Intl\Tests\NumberFormatter;
1313

1414
use PHPUnit\Framework\TestCase;
15+
use Symfony\Bridge\PhpUnit\ForwardCompatTestTrait;
1516
use Symfony\Component\Intl\Globals\IntlGlobals;
1617
use Symfony\Component\Intl\NumberFormatter\NumberFormatter;
1718
use Symfony\Component\Intl\Util\IntlTestHelper;
@@ -22,6 +23,8 @@
2223
*/
2324
abstract class AbstractNumberFormatterTest extends TestCase
2425
{
26+
use ForwardCompatTestTrait;
27+
2528
/**
2629
* @dataProvider formatCurrencyWithDecimalStyleProvider
2730
*/

0 commit comments

Comments
 (0)