name: UnwrappingDenormalizerContextBuilderTest class_comment: '# * @author Mathias Arlaud ' 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 \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 $values" - name: withersDataProvider visibility: public parameters: [] comment: '# * @return iterable}>' - 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: []