mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-08 00:08:08 +01:00
Added tests for serializer normalizers
This commit is contained in:
@@ -40,7 +40,8 @@ class PartNormalizer implements NormalizerInterface, DenormalizerInterface, Cach
|
||||
'amount' => 'instock',
|
||||
'mpn' => 'manufacturer_product_number',
|
||||
'spn' => 'supplier_part_number',
|
||||
'supplier_product_number' => 'supplier_part_number'
|
||||
'supplier_product_number' => 'supplier_part_number',
|
||||
'storage_location' => 'storelocation',
|
||||
];
|
||||
|
||||
private ObjectNormalizer $normalizer;
|
||||
|
||||
Reference in New Issue
Block a user