#[Package('buyers-experience')]
classStructEncoderTestextends TestCase { /**
* Regression test where the cheapest price and cheapest price container were exposed because the StructEncoder did not consider sales channel definitions
*/ publicfunctiontestCheapestPricesAreNotExposed(): void { $product = newSalesChannelProductEntity(); $product->internalSetEntityData('product', newFieldVisibility([]));