Skip to content

Commit b834230

Browse files
committed
Remove ExpectDeprecationTrait where it is not used
1 parent 6e86c24 commit b834230

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Tests/IpUtilsTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,10 @@
1212
namespace Symfony\Component\HttpFoundation\Tests;
1313

1414
use PHPUnit\Framework\TestCase;
15-
use Symfony\Bridge\PhpUnit\ExpectDeprecationTrait;
1615
use Symfony\Component\HttpFoundation\IpUtils;
1716

1817
class IpUtilsTest extends TestCase
1918
{
20-
use ExpectDeprecationTrait;
21-
2219
public function testSeparateCachesPerProtocol()
2320
{
2421
$ip = '192.168.52.1';

0 commit comments

Comments
 (0)