File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/Directory Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -242,6 +242,7 @@ public function testCachePurgedWithStoreScopeCurrencyConfigChange(): void
242
242
* @magentoConfigFixture default/system/full_page_cache/caching_application 2
243
243
* @magentoApiDataFixture Magento/Store/_files/multiple_websites_with_store_groups_stores.php
244
244
* @magentoConfigFixture default/currency/options/allow USD
245
+ * @SuppressWarnings(PHPMD.ExcessiveMethodLength)
245
246
*/
246
247
public function testCachePurgedWithWebsiteScopeCurrencyConfigChange (): void
247
248
{
@@ -362,6 +363,7 @@ public function testCachePurgedWithWebsiteScopeCurrencyConfigChange(): void
362
363
* @magentoConfigFixture default/system/full_page_cache/caching_application 2
363
364
* @magentoApiDataFixture Magento/Store/_files/multiple_websites_with_store_groups_stores.php
364
365
* @magentoConfigFixture default/currency/options/allow USD
366
+ * @SuppressWarnings(PHPMD.ExcessiveMethodLength)
365
367
*/
366
368
public function testCachePurgedWithDefaultScopeCurrencyConfigChange (): void
367
369
{
@@ -482,6 +484,7 @@ public function testCachePurgedWithDefaultScopeCurrencyConfigChange(): void
482
484
* @magentoApiDataFixture Magento/Store/_files/multiple_websites_with_store_groups_stores.php
483
485
* @magentoConfigFixture default/currency/options/allow CNY,USD
484
486
* @magentoDataFixture Magento/Directory/_files/usd_cny_rate.php
487
+ * @SuppressWarnings(PHPMD.ExcessiveMethodLength)
485
488
*/
486
489
public function testCachePurgedWithExchangeRateChange (): void
487
490
{
You can’t perform that action at this time.
0 commit comments