name: ConstructorArgumentsTestTrait class_comment: null dependencies: - name: MissingConstructorArgumentsException type: class source: Symfony\Component\Serializer\Exception\MissingConstructorArgumentsException - name: DenormalizerInterface type: class source: Symfony\Component\Serializer\Normalizer\DenormalizerInterface - name: NotSerializedConstructorArgumentDummy type: class source: Symfony\Component\Serializer\Tests\Fixtures\NotSerializedConstructorArgumentDummy properties: [] methods: - name: getDenormalizerForConstructArguments visibility: protected parameters: [] comment: null - name: testDefaultConstructorArguments visibility: public parameters: [] comment: null - name: testMetadataAwareNameConvertorWithNotSerializedConstructorParameter visibility: public parameters: [] comment: null - name: testConstructorWithMissingData visibility: public parameters: [] comment: null - name: testExceptionsAreCollectedForConstructorWithMissingData visibility: public parameters: [] comment: null traits: - Symfony\Component\Serializer\Exception\MissingConstructorArgumentsException - Symfony\Component\Serializer\Normalizer\DenormalizerInterface - Symfony\Component\Serializer\Tests\Fixtures\NotSerializedConstructorArgumentDummy interfaces: []