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

31 lines
916 B
YAML

name: SerializedPathTest
class_comment: "# * @author Tobias B\xF6nner <tobi@boenner.family>"
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: PropertyPath
type: class
source: Symfony\Component\PropertyAccess\PropertyPath
- name: SerializedPath
type: class
source: Symfony\Component\Serializer\Attribute\SerializedPath
- name: InvalidArgumentException
type: class
source: Symfony\Component\Serializer\Exception\InvalidArgumentException
properties: []
methods:
- name: testEmptyStringSerializedPathParameter
visibility: public
parameters: []
comment: null
- name: testSerializedPath
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\PropertyAccess\PropertyPath
- Symfony\Component\Serializer\Attribute\SerializedPath
- Symfony\Component\Serializer\Exception\InvalidArgumentException
interfaces: []