55 lines
1.6 KiB
YAML
55 lines
1.6 KiB
YAML
name: TraceableNormalizerTest
|
|
class_comment: null
|
|
dependencies:
|
|
- name: TestCase
|
|
type: class
|
|
source: PHPUnit\Framework\TestCase
|
|
- name: SerializerDataCollector
|
|
type: class
|
|
source: Symfony\Component\Serializer\DataCollector\SerializerDataCollector
|
|
- name: TraceableNormalizer
|
|
type: class
|
|
source: Symfony\Component\Serializer\Debug\TraceableNormalizer
|
|
- name: TraceableSerializer
|
|
type: class
|
|
source: Symfony\Component\Serializer\Debug\TraceableSerializer
|
|
- name: DenormalizerInterface
|
|
type: class
|
|
source: Symfony\Component\Serializer\Normalizer\DenormalizerInterface
|
|
- name: NormalizerInterface
|
|
type: class
|
|
source: Symfony\Component\Serializer\Normalizer\NormalizerInterface
|
|
properties: []
|
|
methods:
|
|
- name: testForwardsToNormalizer
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testCollectNormalizationData
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testNotCollectNormalizationDataIfNoDebugTraceId
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testCannotNormalizeIfNotNormalizer
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testCannotDenormalizeIfNotDenormalizer
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testSupports
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- PHPUnit\Framework\TestCase
|
|
- Symfony\Component\Serializer\DataCollector\SerializerDataCollector
|
|
- Symfony\Component\Serializer\Debug\TraceableNormalizer
|
|
- Symfony\Component\Serializer\Debug\TraceableSerializer
|
|
- Symfony\Component\Serializer\Normalizer\DenormalizerInterface
|
|
- Symfony\Component\Serializer\Normalizer\NormalizerInterface
|
|
interfaces: []
|