api/symfony/Component/Serializer/Tests/Context/Normalizer/UnwrappingDenormalizerContextBuilderTest.yaml

41 lines
1.6 KiB
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: UnwrappingDenormalizerContextBuilderTest
class_comment: '# * @author Mathias Arlaud <mathias.arlaud@gmail.com>'
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: UnwrappingDenormalizerContextBuilder
type: class
source: Symfony\Component\Serializer\Context\Normalizer\UnwrappingDenormalizerContextBuilder
- name: InvalidArgumentException
type: class
source: Symfony\Component\Serializer\Exception\InvalidArgumentException
- name: UnwrappingDenormalizer
type: class
source: Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer
properties: []
methods:
- name: testWithers
visibility: public
parameters:
- name: values
comment: "# * @author Mathias Arlaud <mathias.arlaud@gmail.com>\n# */\n# class UnwrappingDenormalizerContextBuilderTest\
\ extends TestCase\n# {\n# private UnwrappingDenormalizerContextBuilder $contextBuilder;\n\
# \n# protected function setUp(): void\n# {\n# $this->contextBuilder = new UnwrappingDenormalizerContextBuilder();\n\
# }\n# \n# /**\n# * @dataProvider withersDataProvider\n# *\n# * @param array<string,\
\ mixed> $values"
- name: withersDataProvider
visibility: public
parameters: []
comment: '# * @return iterable<array{0: array<string, mixed>}>'
- name: testCannotSetInvalidPropertyPath
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Serializer\Context\Normalizer\UnwrappingDenormalizerContextBuilder
- Symfony\Component\Serializer\Exception\InvalidArgumentException
- Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer
interfaces: []