new PromotionNotFoundError('tn-08'
),
] ),
[ self::PROMOTION_NOT_FOUND_ERROR_CONTENT,
],
],
// Product out of stock
[ new ErrorCollection( [ new ProductOutOfStockError('product id', 'Car'
),
] ),
[ self::PRODUCT_STOCK_REACHED_ERROR_CONTENT,
],
],
];
} public function testCheckoutCartPageLoadedHookScriptsAreExecuted(): void
{