Skip to content

Commit 645816e

Browse files
Merge branch '4.4'
* 4.4: Remove use of ForwardCompatTrait Remove deprecated methods assertArraySubset
2 parents 67ecb98 + def7a32 commit 645816e

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

Tests/DnsMockTest.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,10 @@
1313

1414
use PHPUnit\Framework\TestCase;
1515
use Symfony\Bridge\PhpUnit\DnsMock;
16-
use Symfony\Bridge\PhpUnit\ForwardCompatTestTrait;
1716

1817
class DnsMockTest extends TestCase
1918
{
20-
use ForwardCompatTestTrait;
21-
22-
private function doTearDown()
19+
protected function tearDown()
2320
{
2421
DnsMock::withMockedHosts(array());
2522
}

Tests/ProcessIsolationTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Symfony\Bridge\PhpUnit\Tests;
44

55
use PHPUnit\Framework\TestCase;
6-
use Symfony\Bridge\PhpUnit\ForwardCompatTestTrait;
76

87
/**
98
* Don't remove this test case, it tests the legacy group.
@@ -14,8 +13,6 @@
1413
*/
1514
class ProcessIsolationTest extends TestCase
1615
{
17-
use ForwardCompatTestTrait;
18-
1916
/**
2017
* @expectedDeprecation Test abc
2118
*/

0 commit comments

Comments
 (0)