63 lines
2 KiB
YAML
63 lines
2 KiB
YAML
|
name: ErrorDetailsStampTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: FlattenException
|
||
|
type: class
|
||
|
source: Symfony\Component\ErrorHandler\Exception\FlattenException
|
||
|
- name: Envelope
|
||
|
type: class
|
||
|
source: Symfony\Component\Messenger\Envelope
|
||
|
- name: HandlerFailedException
|
||
|
type: class
|
||
|
source: Symfony\Component\Messenger\Exception\HandlerFailedException
|
||
|
- name: ErrorDetailsStamp
|
||
|
type: class
|
||
|
source: Symfony\Component\Messenger\Stamp\ErrorDetailsStamp
|
||
|
- name: FlattenExceptionNormalizer
|
||
|
type: class
|
||
|
source: Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer
|
||
|
- name: Serializer
|
||
|
type: class
|
||
|
source: Symfony\Component\Messenger\Transport\Serialization\Serializer
|
||
|
- name: JsonEncoder
|
||
|
type: class
|
||
|
source: Symfony\Component\Serializer\Encoder\JsonEncoder
|
||
|
- name: ArrayDenormalizer
|
||
|
type: class
|
||
|
source: Symfony\Component\Serializer\Normalizer\ArrayDenormalizer
|
||
|
- name: ObjectNormalizer
|
||
|
type: class
|
||
|
source: Symfony\Component\Serializer\Normalizer\ObjectNormalizer
|
||
|
- name: SymfonySerializer
|
||
|
type: class
|
||
|
source: Symfony\Component\Serializer\Serializer
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: testGetters
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testUnwrappingHandlerFailedException
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testDeserialization
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- Symfony\Component\ErrorHandler\Exception\FlattenException
|
||
|
- Symfony\Component\Messenger\Envelope
|
||
|
- Symfony\Component\Messenger\Exception\HandlerFailedException
|
||
|
- Symfony\Component\Messenger\Stamp\ErrorDetailsStamp
|
||
|
- Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer
|
||
|
- Symfony\Component\Messenger\Transport\Serialization\Serializer
|
||
|
- Symfony\Component\Serializer\Encoder\JsonEncoder
|
||
|
- Symfony\Component\Serializer\Normalizer\ArrayDenormalizer
|
||
|
- Symfony\Component\Serializer\Normalizer\ObjectNormalizer
|
||
|
interfaces: []
|