File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \Intl \Tests ;
13
13
14
14
use PHPUnit \Framework \TestCase ;
15
+ use Symfony \Bridge \PhpUnit \ForwardCompatTestTrait ;
15
16
use Symfony \Component \Intl \Locale ;
16
17
17
18
abstract class ResourceBundleTestCase extends TestCase
18
19
{
20
+ use ForwardCompatTestTrait;
21
+
19
22
// Include the locales statically so that the data providers are decoupled
20
23
// from the Intl class. Otherwise tests will fail if the intl extension is
21
24
// not loaded, because it is NOT possible to skip the execution of data
@@ -696,7 +699,7 @@ abstract class ResourceBundleTestCase extends TestCase
696
699
697
700
private static $ rootLocales ;
698
701
699
- protected function setUp (): void
702
+ private function doSetUp ()
700
703
{
701
704
Locale::setDefault ('en ' );
702
705
Locale::setDefaultFallback ('en ' );
You can’t perform that action at this time.
0 commit comments