platform/api/symfony/Component/Serializer/Tests/Debug/TraceableEncoderTest.yaml

56 lines
1.5 KiB
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: TraceableEncoderTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: SerializerDataCollector
type: class
source: Symfony\Component\Serializer\DataCollector\SerializerDataCollector
- name: TraceableEncoder
type: class
source: Symfony\Component\Serializer\Debug\TraceableEncoder
- name: TraceableSerializer
type: class
source: Symfony\Component\Serializer\Debug\TraceableSerializer
- name: DecoderInterface
type: class
source: Symfony\Component\Serializer\Encoder\DecoderInterface
- name: EncoderInterface
type: class
source: Symfony\Component\Serializer\Encoder\EncoderInterface
properties: []
methods:
- name: testForwardsToEncoder
visibility: public
parameters: []
comment: null
- name: testCollectEncodingData
visibility: public
parameters: []
comment: null
- name: testNotCollectEncodingDataIfNoDebugTraceId
visibility: public
parameters: []
comment: null
- name: testCannotEncodeIfNotEncoder
visibility: public
parameters: []
comment: null
- name: testCannotDecodeIfNotDecoder
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\TraceableEncoder
- Symfony\Component\Serializer\Debug\TraceableSerializer
- Symfony\Component\Serializer\Encoder\DecoderInterface
- Symfony\Component\Serializer\Encoder\EncoderInterface
interfaces: []