We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a71ad4f commit a6528cfCopy full SHA for a6528cf
Tests/NumberFormatter/AbstractNumberFormatterTest.php
@@ -12,6 +12,7 @@
12
namespace Symfony\Component\Intl\Tests\NumberFormatter;
13
14
use PHPUnit\Framework\TestCase;
15
+use Symfony\Bridge\PhpUnit\ForwardCompatTestTrait;
16
use Symfony\Component\Intl\Globals\IntlGlobals;
17
use Symfony\Component\Intl\NumberFormatter\NumberFormatter;
18
use Symfony\Component\Intl\Util\IntlTestHelper;
@@ -22,6 +23,8 @@
22
23
*/
24
abstract class AbstractNumberFormatterTest extends TestCase
25
{
26
+ use ForwardCompatTestTrait;
27
+
28
/**
29
* @dataProvider formatCurrencyWithDecimalStyleProvider
30
0 commit comments