publicstaticfunctioncontextHashProvider(): \Generator { yield 'tax state considered for hash' => [ (newDummyContext())->setTaxStateFluent(CartPrice::TAX_STATE_NET), ];
yield 'currency id considered for hash' => [ (newDummyContext())->setCurrencyId('foo'), ];
/**
* This test verifies that our max value for
* absolute discounts is null. This feature is not available
* for absolute discounts - only percentage discounts.
*
* @group promotions
*
* @throws CartException
* @throws UnknownPromotionDiscountTypeException
*/