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