Skip to content

Commit fb8d8bf

Browse files
committed
MC-15959: Implement caching for url resolver
- fix static tests
1 parent fafa1d5 commit fb8d8bf

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/GraphQlCache/Controller/Cms/CmsPageCacheTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
use Magento\Cms\Model\PageRepository;
1212
use Magento\GraphQl\Controller\GraphQl;
1313
use Magento\GraphQlCache\Controller\AbstractGraphqlCacheTest;
14-
use Magento\Tests\NamingConvention\true\string;
1514

1615
/**
1716
* Test caching works for CMS page

dev/tests/integration/testsuite/Magento/GraphQlCache/Controller/UrlRewrite/AllEntitiesUrlResolverCacheTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ protected function setUp(): void
4343
*
4444
* @magentoDataFixture Magento/CatalogUrlRewrite/_files/product_with_category.php
4545
* @magentoDataFixture Magento/Cms/_files/pages.php
46+
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
4647
*/
4748
public function testAllEntitiesUrlResolverRequestHasCorrectTags()
4849
{

0 commit comments

Comments
 (0)