Skip to content

Commit 5c23d0b

Browse files
committed
AC-9831: Block template render enhancement
* code review
1 parent 8286dc2 commit 5c23d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/View/Test/Unit/Element/AbstractBlockTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ public function testGetCacheKey()
247247
* @return void
248248
* @throws LocalizedException
249249
*/
250-
public function testGetCacheKeyFail()
250+
public function testGetCacheKeyFail(): void
251251
{
252252
$cacheKey = "test&''Key";
253253
$this->block->setData('cache_key', $cacheKey);

0 commit comments

Comments
 (0)