Skip to content

Commit 3316035

Browse files
committed
Remove ExpectDeprecationTrait where it is not used
1 parent 7400749 commit 3316035

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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
*/

0 commit comments

Comments
 (0)