We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7400749 commit 3316035Copy full SHA for 3316035
Tests/Form/ChoiceList/DoctrineChoiceLoaderTest.php
@@ -19,7 +19,6 @@
19
use Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader;
20
use Symfony\Bridge\Doctrine\Form\ChoiceList\EntityLoaderInterface;
21
use Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader;
22
-use Symfony\Bridge\PhpUnit\ExpectDeprecationTrait;
23
use Symfony\Component\Form\ChoiceList\ArrayChoiceList;
24
use Symfony\Component\Form\ChoiceList\Factory\ChoiceListFactoryInterface;
25
use Symfony\Component\Form\Exception\LogicException;
@@ -29,8 +28,6 @@
29
28
*/
30
class DoctrineChoiceLoaderTest extends TestCase
31
{
32
- use ExpectDeprecationTrait;
33
-
34
/**
35
* @var MockObject&ChoiceListFactoryInterface
36
0 commit comments