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 00cd00a commit 5f3a2ebCopy full SHA for 5f3a2eb
app/code/Magento/Cms/Test/Unit/Block/BlockByIdentifierTest.php
@@ -56,7 +56,7 @@ class BlockByIdentifierTest extends TestCase
56
/** @var MockObject|StoreInterface */
57
private $storeMock;
58
59
- protected function setUp()
+ protected function setUp(): void
60
{
61
$this->storeMock = $this->createMock(StoreInterface::class);
62
$this->storeManagerMock = $this->createMock(StoreManagerInterface::class);
0 commit comments