Skip to content

Commit 59e1ff5

Browse files
danielrenaudavattam06
authored andcommitted
GraphQl-595: Category with Product (Integration Test for Tag Cache Generation)
1 parent d8131f6 commit 59e1ff5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
use Magento\Cms\Model\GetPageByIdentifier;
1111
use Magento\Framework\App\Request\Http;
1212
use Magento\GraphQl\Controller\GraphQl;
13-
use Magento\Framework\App\ResponseInterface;
1413
use Magento\GraphQlCache\Controller\AbstractGraphqlCacheTest;
1514

1615
/**
@@ -76,7 +75,6 @@ public function testToCheckCmsPageRequestCacheTags(): void
7675
$result = $this->graphqlController->dispatch($this->request);
7776
/** @var \Magento\Framework\App\Response\Http $response */
7877
$response = $this->objectManager->get(\Magento\Framework\App\Response\Http::class);
79-
/** @var $registry \Magento\Framework\Registry */
8078
$result->renderResult($response);
8179
$this->assertEquals('MISS', $response->getHeader('X-Magento-Cache-Debug')->getFieldValue());
8280
$requestedCacheTags = explode(',', $response->getHeader('X-Magento-Tags')->getFieldValue());

0 commit comments

Comments
 (0)