Skip to content

Commit c42f950

Browse files
committed
B2B-2255: "Currency" GraphQl query has no cache identity
1 parent 789e08f commit c42f950

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Directory/CurrencyCacheTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ public function testCachePurgedWithStoreScopeCurrencyConfigChange(): void
242242
* @magentoConfigFixture default/system/full_page_cache/caching_application 2
243243
* @magentoApiDataFixture Magento/Store/_files/multiple_websites_with_store_groups_stores.php
244244
* @magentoConfigFixture default/currency/options/allow USD
245+
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
245246
*/
246247
public function testCachePurgedWithWebsiteScopeCurrencyConfigChange(): void
247248
{
@@ -362,6 +363,7 @@ public function testCachePurgedWithWebsiteScopeCurrencyConfigChange(): void
362363
* @magentoConfigFixture default/system/full_page_cache/caching_application 2
363364
* @magentoApiDataFixture Magento/Store/_files/multiple_websites_with_store_groups_stores.php
364365
* @magentoConfigFixture default/currency/options/allow USD
366+
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
365367
*/
366368
public function testCachePurgedWithDefaultScopeCurrencyConfigChange(): void
367369
{
@@ -482,6 +484,7 @@ public function testCachePurgedWithDefaultScopeCurrencyConfigChange(): void
482484
* @magentoApiDataFixture Magento/Store/_files/multiple_websites_with_store_groups_stores.php
483485
* @magentoConfigFixture default/currency/options/allow CNY,USD
484486
* @magentoDataFixture Magento/Directory/_files/usd_cny_rate.php
487+
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
485488
*/
486489
public function testCachePurgedWithExchangeRateChange(): void
487490
{

0 commit comments

Comments
 (0)