We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8286dc2 commit 5c23d0bCopy full SHA for 5c23d0b
lib/internal/Magento/Framework/View/Test/Unit/Element/AbstractBlockTest.php
@@ -247,7 +247,7 @@ public function testGetCacheKey()
247
* @return void
248
* @throws LocalizedException
249
*/
250
- public function testGetCacheKeyFail()
+ public function testGetCacheKeyFail(): void
251
{
252
$cacheKey = "test&''Key";
253
$this->block->setData('cache_key', $cacheKey);
0 commit comments