Skip to content

Commit 0406a81

Browse files
fix merge
1 parent 4a4c6b9 commit 0406a81

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Tests/ResourceBundleTestCase.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,10 @@
1212
namespace Symfony\Component\Intl\Tests;
1313

1414
use PHPUnit\Framework\TestCase;
15-
use Symfony\Bridge\PhpUnit\ForwardCompatTestTrait;
1615
use Symfony\Component\Intl\Locale;
1716

1817
abstract class ResourceBundleTestCase extends TestCase
1918
{
20-
use ForwardCompatTestTrait;
21-
2219
// Include the locales statically so that the data providers are decoupled
2320
// from the Intl class. Otherwise tests will fail if the intl extension is
2421
// not loaded, because it is NOT possible to skip the execution of data
@@ -699,7 +696,7 @@ abstract class ResourceBundleTestCase extends TestCase
699696

700697
private static $rootLocales;
701698

702-
private function doSetUp()
699+
protected function setUp()
703700
{
704701
Locale::setDefault('en');
705702
Locale::setDefaultFallback('en');

0 commit comments

Comments
 (0)