Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / serializer / Tests / Normalizer / CustomNormalizerTest.php
index 10ebc2f9f2c737650a737c8c57a793c84b1e888b..a3c3c1a0e62eca516c9c67ff3ef907b46dc9878f 100644 (file)
@@ -33,6 +33,7 @@ class CustomNormalizerTest extends TestCase
     {
         $this->assertInstanceOf('Symfony\Component\Serializer\Normalizer\NormalizerInterface', $this->normalizer);
         $this->assertInstanceOf('Symfony\Component\Serializer\Normalizer\DenormalizerInterface', $this->normalizer);
+        $this->assertInstanceOf('Symfony\Component\Serializer\SerializerAwareInterface', $this->normalizer);
     }
 
     public function testSerialize()