Skip to content

Commit 5f3a2eb

Browse files
committed
Fix invalid Unit Test declaration
1 parent 00cd00a commit 5f3a2eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Cms/Test/Unit/Block/BlockByIdentifierTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class BlockByIdentifierTest extends TestCase
5656
/** @var MockObject|StoreInterface */
5757
private $storeMock;
5858

59-
protected function setUp()
59+
protected function setUp(): void
6060
{
6161
$this->storeMock = $this->createMock(StoreInterface::class);
6262
$this->storeManagerMock = $this->createMock(StoreManagerInterface::class);

0 commit comments

Comments
 (0)