Skip to content

Commit 63ad8dc

Browse files
Merge branch '4.4'
* 4.4: fix merge
2 parents 6988e91 + 5eed0d7 commit 63ad8dc

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,10 @@
1111

1212
namespace Symfony\Component\HttpClient\Tests;
1313

14-
use Symfony\Bridge\PhpUnit\ForwardCompatTestTrait;
1514
use Symfony\Contracts\HttpClient\Test\HttpClientTestCase as BaseHttpClientTestCase;
1615

1716
abstract class HttpClientTestCase extends BaseHttpClientTestCase
1817
{
19-
use ForwardCompatTestTrait;
20-
2118
public function testToStream()
2219
{
2320
$client = $this->getHttpClient(__FUNCTION__);

src/Symfony/Component/Intl/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)