File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Tests/DependencyInjection Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 18
18
use Symfony \Component \DependencyInjection \Loader \ClosureLoader ;
19
19
use Symfony \Component \DependencyInjection \ParameterBag \ParameterBag ;
20
20
use Symfony \Component \DependencyInjection \Reference ;
21
- use Symfony \Component \Serializer \Normalizer \ObjectNormalizer ;
22
21
use Symfony \Component \Validator \Validation ;
23
22
24
23
abstract class FrameworkExtensionTest extends TestCase
@@ -450,7 +449,7 @@ public function testObjectNormalizerRegistered()
450
449
$ definition = $ container ->getDefinition ('serializer.normalizer.object ' );
451
450
$ tag = $ definition ->getTag ('serializer.normalizer ' );
452
451
453
- $ this ->assertEquals (ObjectNormalizer::class , $ definition ->getClass ());
452
+ $ this ->assertEquals (' Symfony\Component\Serializer\Normalizer\ ObjectNormalizer' , $ definition ->getClass ());
454
453
$ this ->assertEquals (-1000 , $ tag [0 ]['priority ' ]);
455
454
}
456
455
You can’t perform that action at this time.
0 commit comments