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

36 lines
898 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: GroupsTest
class_comment: "# * @author K\xE9vin Dunglas <dunglas@gmail.com>"
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: Groups
type: class
source: Symfony\Component\Serializer\Attribute\Groups
- name: InvalidArgumentException
type: class
source: Symfony\Component\Serializer\Exception\InvalidArgumentException
properties: []
methods:
- name: testEmptyGroupsParameter
visibility: public
parameters: []
comment: null
- name: testInvalidGroupsParameter
visibility: public
parameters: []
comment: null
- name: testGroupsParameters
visibility: public
parameters: []
comment: null
- name: testSingleGroup
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Serializer\Attribute\Groups
- Symfony\Component\Serializer\Exception\InvalidArgumentException
interfaces: []