platform/api/symfony/Component/Serializer/Tests/Annotation/SerializedNameTest.yaml

28 lines
794 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
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: []