소스 검색

[Serializer] Fixed tests

Jordi Boggiano 14 년 전
부모
커밋
2ea544f21b
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      tests/Symfony/Tests/Component/Serializer/Normalizer/CustomNormalizerTest.php

+ 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()