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
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 {
You can’t perform that action at this time.
0 commit comments