api/symfony/Component/Serializer/Tests/Annotation/SerializedNameTest.yaml
2024-09-26 02:03:21 -07:00

27 lines
794 B
YAML

name: SerializedNameTest
class_comment: '# * @author Fabien Bourigault <bourigaultfabien@gmail.com>'
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: SerializedName
type: class
source: Symfony\Component\Serializer\Attribute\SerializedName
- name: InvalidArgumentException
type: class
source: Symfony\Component\Serializer\Exception\InvalidArgumentException
properties: []
methods:
- name: testNotAStringSerializedNameParameter
visibility: public
parameters: []
comment: null
- name: testSerializedNameParameters
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Serializer\Attribute\SerializedName
- Symfony\Component\Serializer\Exception\InvalidArgumentException
interfaces: []