8000 Remove ExpectDeprecationTrait where it is not used · symfony/symfony@9317cbd · GitHub
[go: up one dir, main page]

Skip to content

Commit 9317cbd

Browse files
committed
Remove ExpectDeprecationTrait where it is not used
1 parent 48e1444 commit 9317cbd

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/Symfony/Bridge/Doctrine/Tests/Form/ChoiceList/DoctrineChoiceLoaderTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
use Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader;
2020
use Symfony\Bridge\Doctrine\Form\ChoiceList\EntityLoaderInterface;
2121
use Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader;
22-
use Symfony\Bridge\PhpUnit\ExpectDeprecationTrait;
2322
use Symfony\Component\Form\ChoiceList\ArrayChoiceList;
2423
use Symfony\Component\Form\ChoiceList\Factory\ChoiceListFactoryInterface;
2524
use Symfony\Component\Form\Exception\LogicException;
@@ -29,8 +28,6 @@
2928
*/
3029
class DoctrineChoiceLoaderTest extends TestCase
3130
{
32-
use ExpectDeprecationTrait;
33-
3431
/**
3532
* @var MockObject&ChoiceListFactoryInterface
3633
*/

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