48 lines
1.3 KiB
YAML
48 lines
1.3 KiB
YAML
|
name: ChainDecoderTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: MockObject
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\MockObject\MockObject
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: ChainDecoder
|
||
|
type: class
|
||
|
source: Symfony\Component\Serializer\Encoder\ChainDecoder
|
||
|
- name: ContextAwareDecoderInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\Serializer\Encoder\ContextAwareDecoderInterface
|
||
|
- name: DecoderInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\Serializer\Encoder\DecoderInterface
|
||
|
- name: RuntimeException
|
||
|
type: class
|
||
|
source: Symfony\Component\Serializer\Exception\RuntimeException
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: setUp
|
||
|
visibility: protected
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testSupportsDecoding
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testDecode
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testDecodeUnsupportedFormat
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- PHPUnit\Framework\MockObject\MockObject
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- Symfony\Component\Serializer\Encoder\ChainDecoder
|
||
|
- Symfony\Component\Serializer\Encoder\ContextAwareDecoderInterface
|
||
|
- Symfony\Component\Serializer\Encoder\DecoderInterface
|
||
|
- Symfony\Component\Serializer\Exception\RuntimeException
|
||
|
interfaces: []
|