platform/api/symfony/Component/Serializer/Tests/Mapping/ClassMetadataTest.yaml

40 lines
1 KiB
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: ClassMetadataTest
class_comment: "# * @author K\xE9vin Dunglas <dunglas@gmail.com>"
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: AttributeMetadata
type: class
source: Symfony\Component\Serializer\Mapping\AttributeMetadata
- name: ClassMetadata
type: class
source: Symfony\Component\Serializer\Mapping\ClassMetadata
- name: ClassMetadataInterface
type: class
source: Symfony\Component\Serializer\Mapping\ClassMetadataInterface
properties: []
methods:
- name: testInterface
visibility: public
parameters: []
comment: null
- name: testAttributeMetadata
visibility: public
parameters: []
comment: null
- name: testMerge
visibility: public
parameters: []
comment: null
- name: testSerialize
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Serializer\Mapping\AttributeMetadata
- Symfony\Component\Serializer\Mapping\ClassMetadata
- Symfony\Component\Serializer\Mapping\ClassMetadataInterface
interfaces: []