platform/api/symfony/Component/Serializer/Tests/Mapping/ClassMetadataTest.yaml
2024-09-02 10:44:11 -07:00

39 lines
1 KiB
YAML

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: []