File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
Component/Serializer/Tests/Normalizer Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 14
14
use Doctrine \Common \EventSubscriber ;
15
15
use PHPUnit \Framework \TestCase ;
16
16
use Symfony \Bridge \Doctrine \ContainerAwareEventManager ;
17
- use Symfony \Bridge \PhpUnit \ExpectDeprecationTrait ;
18
17
use Symfony \Component \DependencyInjection \Container ;
19
18
20
19
class ContainerAwareEventManagerTest extends TestCase
21
20
{
22
- use ExpectDeprecationTrait;
23
-
24
21
private $ container ;
25
22
private $ evm ;
26
23
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \Serializer \Tests \Normalizer ;
13
13
14
14
use PHPUnit \Framework \TestCase ;
15
- use Symfony \Bridge \PhpUnit \ExpectDeprecationTrait ;
16
15
use Symfony \Component \Serializer \Exception \LogicException ;
17
16
use Symfony \Component \Serializer \Normalizer \UidNormalizer ;
18
17
use Symfony \Component \Uid \AbstractUid ;
26
25
27
26
class UidNormalizerTest extends TestCase
28
27
{
29
- use ExpectDeprecationTrait;
30
-
31
28
/**
32
29
* @var UidNormalizer
33
30
*/
You can’t perform that action at this time.
0 commit comments