File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
Bridge/Doctrine/Tests/Form/ChoiceList
Component/HttpFoundation/Tests Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 19
19
use Symfony \Bridge \Doctrine \Form \ChoiceList \DoctrineChoiceLoader ;
20
20
use Symfony \Bridge \Doctrine \Form \ChoiceList \EntityLoaderInterface ;
21
21
use Symfony \Bridge \Doctrine \Form \ChoiceList \IdReader ;
22
- use Symfony \Bridge \PhpUnit \ExpectDeprecationTrait ;
23
22
use Symfony \Component \Form \ChoiceList \ArrayChoiceList ;
24
23
use Symfony \Component \Form \ChoiceList \Factory \ChoiceListFactoryInterface ;
25
24
use Symfony \Component \Form \Exception \LogicException ;
29
28
*/
30
29
class DoctrineChoiceLoaderTest extends TestCase
31
30
{
32
- use ExpectDeprecationTrait;
33
-
34
31
/**
35
32
* @var MockObject&ChoiceListFactoryInterface
36
33
*/
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \HttpFoundation \Tests ;
13
13
14
14
use PHPUnit \Framework \TestCase ;
15
- use Symfony \Bridge \PhpUnit \ExpectDeprecationTrait ;
16
15
use Symfony \Component \HttpFoundation \IpUtils ;
17
16
18
17
class IpUtilsTest extends TestCase
19
18
{
20
- use ExpectDeprecationTrait;
21
-
22
19
public function testSeparateCachesPerProtocol ()
23
20
{
24
21
$ ip = '192.168.52.1 ' ;
You can’t perform that action at this time.
0 commit comments