File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/Directory Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
use Magento \TestFramework \Helper \Bootstrap ;
20
20
21
21
/**
22
- * Test Coutries query cache
22
+ * Test Countries query cache
23
23
*/
24
24
class CountriesCacheTest extends GraphQLPageCacheAbstract
25
25
{
Original file line number Diff line number Diff line change @@ -402,13 +402,13 @@ public function testCachePurgedWithWebsiteScopeCountryConfigChange(): void
402
402
);
403
403
404
404
// Query second store DE country after the country config of its associated second website is changed
405
- $ responsesecondStoreDeCountry = $ this ->graphQlQueryWithResponseHeaders (
405
+ $ responseSecondStoreDeCountry = $ this ->graphQlQueryWithResponseHeaders (
406
406
$ this ->getQuery ('DE ' ),
407
407
[],
408
408
'' ,
409
409
['Store ' => $ secondStoreCode ]
410
410
);
411
- $ secondStoreDeCountryCacheId = $ responsesecondStoreDeCountry ['headers ' ][CacheIdCalculator::CACHE_ID_HEADER ];
411
+ $ secondStoreDeCountryCacheId = $ responseSecondStoreDeCountry ['headers ' ][CacheIdCalculator::CACHE_ID_HEADER ];
412
412
// Verify we obtain a cache MISS at the 1st time, the cache is purged
413
413
$ secondStoreDeCountryResponse = $ this ->assertCacheMissAndReturnResponse (
414
414
$ this ->getQuery ('DE ' ),
You can’t perform that action at this time.
0 commit comments