name: UnwrappinDenormalizerTest class_comment: '# * @author Eduard Bulava ' dependencies: - name: MockObject type: class source: PHPUnit\Framework\MockObject\MockObject - name: TestCase type: class source: PHPUnit\Framework\TestCase - name: UnwrappingDenormalizer type: class source: Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer - name: Serializer type: class source: Symfony\Component\Serializer\Serializer - name: ObjectDummy type: class source: Symfony\Component\Serializer\Tests\Normalizer\Features\ObjectDummy properties: [] methods: - name: setUp visibility: protected parameters: [] comment: null - name: testSupportsNormalization visibility: public parameters: [] comment: null - name: testDenormalize visibility: public parameters: [] comment: null - name: testDenormalizeInvalidPath visibility: public parameters: [] comment: null traits: - PHPUnit\Framework\MockObject\MockObject - PHPUnit\Framework\TestCase - Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer - Symfony\Component\Serializer\Serializer - Symfony\Component\Serializer\Tests\Normalizer\Features\ObjectDummy interfaces: []