Skip to content

Commit 97c2d98

Browse files
committed
MC-15959: Implement caching for url resolver
- refactor tests to support HIT & invalidation
1 parent b557642 commit 97c2d98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @magentoCache full_page enabled
2323
* @magentoDbIsolation disabled
2424
*/
25-
class CategoryUrlResolverCacheTest extends AbstractGraphqlCacheTest
25+
class AllEntitiesUrlResolverCacheTest extends AbstractGraphqlCacheTest
2626
{
2727
/**
2828
* @var GraphQl
@@ -44,7 +44,7 @@ protected function setUp(): void
4444
* @magentoDataFixture Magento/CatalogUrlRewrite/_files/product_with_category.php
4545
* @magentoDataFixture Magento/Cms/_files/pages.php
4646
*/
47-
public function testCategoryUrlResolverRequestHasCorrectTags()
47+
public function testAllEntitiesUrlResolverRequestHasCorrectTags()
4848
{
4949
$categoryUrlKey = 'cat-1.html';
5050
$productUrlKey = 'p002.html';

0 commit comments

Comments
 (0)