فهرست منبع

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