File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
dev/tests/integration/testsuite/Magento/GraphQlCache/Controller/Cms Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 10
10
use Magento \Cms \Model \GetPageByIdentifier ;
11
11
use Magento \Framework \App \Request \Http ;
12
12
use Magento \GraphQl \Controller \GraphQl ;
13
- use Magento \Framework \App \ResponseInterface ;
14
13
use Magento \GraphQlCache \Controller \AbstractGraphqlCacheTest ;
15
14
16
15
/**
@@ -76,7 +75,6 @@ public function testToCheckCmsPageRequestCacheTags(): void
76
75
$ result = $ this ->graphqlController ->dispatch ($ this ->request );
77
76
/** @var \Magento\Framework\App\Response\Http $response */
78
77
$ response = $ this ->objectManager ->get (\Magento \Framework \App \Response \Http::class);
79
- /** @var $registry \Magento\Framework\Registry */
80
78
$ result ->renderResult ($ response );
81
79
$ this ->assertEquals ('MISS ' , $ response ->getHeader ('X-Magento-Cache-Debug ' )->getFieldValue ());
82
80
$ requestedCacheTags = explode (', ' , $ response ->getHeader ('X-Magento-Tags ' )->getFieldValue ());
You can’t perform that action at this time.
0 commit comments