name: SerializedNameTest class_comment: '# * @author Fabien Bourigault ' 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: []