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

71 lines
1.6 KiB
YAML

name: AttributeMetadataTest
class_comment: "# * @author K\xE9vin Dunglas <dunglas@gmail.com>"
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: PropertyPath
type: class
source: Symfony\Component\PropertyAccess\PropertyPath
- name: AttributeMetadata
type: class
source: Symfony\Component\Serializer\Mapping\AttributeMetadata
- name: AttributeMetadataInterface
type: class
source: Symfony\Component\Serializer\Mapping\AttributeMetadataInterface
properties: []
methods:
- name: testInterface
visibility: public
parameters: []
comment: null
- name: testGetName
visibility: public
parameters: []
comment: null
- name: testGroups
visibility: public
parameters: []
comment: null
- name: testMaxDepth
visibility: public
parameters: []
comment: null
- name: testSerializedName
visibility: public
parameters: []
comment: null
- name: testSerializedPath
visibility: public
parameters: []
comment: null
- name: testIgnore
visibility: public
parameters: []
comment: null
- name: testSetContexts
visibility: public
parameters: []
comment: null
- name: testGetContextsForGroups
visibility: public
parameters: []
comment: null
- name: testMerge
visibility: public
parameters: []
comment: null
- name: testContextsNotMergedIfAlreadyDefined
visibility: public
parameters: []
comment: null
- name: testSerialize
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\PropertyAccess\PropertyPath
- Symfony\Component\Serializer\Mapping\AttributeMetadata
- Symfony\Component\Serializer\Mapping\AttributeMetadataInterface
interfaces: []