ソースを参照

[Serializer] Fixed tests

Jordi Boggiano 14 年 前
コミット
2ea544f21b

+ 0 - 1
tests/Symfony/Tests/Component/Serializer/Normalizer/CustomNormalizerTest.php

@@ -21,7 +21,6 @@ class CustomNormalizerTest extends \PHPUnit_Framework_TestCase
     public function setUp()
     {
         $this->normalizer = new CustomNormalizer;
-        $this->normalizer->setSerializer($this->getMock('Symfony\Component\Serializer\Serializer'));
     }
 
     public function testSerialize()