File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
dev/tests/integration/testsuite/Magento/Framework/View/Element
lib/internal/Magento/Framework/View/Test/Unit/Element Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -573,7 +573,7 @@ public function testGetCacheKey()
573
573
$ this ->assertNotEquals ($ name , $ key );
574
574
575
575
$ block ->setCacheKey ('key ' );
576
- $ this ->assertEquals (AbstractBlock::CACHE_KEY_PREFIX . 'key ' , $ block ->getCacheKey ());
576
+ $ this ->assertEquals (AbstractBlock::CUSTOM_CACHE_KEY_PREFIX . 'key ' , $ block ->getCacheKey ());
577
577
}
578
578
579
579
/**
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ public function testGetCacheKey()
239
239
{
240
240
$ cacheKey = 'testKey ' ;
241
241
$ this ->block ->setData ('cache_key ' , $ cacheKey );
242
- $ this ->assertEquals (AbstractBlock::CACHE_KEY_PREFIX . $ cacheKey , $ this ->block ->getCacheKey ());
242
+ $ this ->assertEquals (AbstractBlock::CUSTOM_CACHE_KEY_PREFIX . $ cacheKey , $ this ->block ->getCacheKey ());
243
243
}
244
244
245
245
/**
You can’t perform that action at this time.
0 commit comments