Skip to content

Commit cc1c96b

Browse files
committed
Replace literal with reference to class
1 parent 2ad3c35 commit cc1c96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Version/Test/Unit/Controller/Index/IndexTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ protected function setUp()
6262
$objectManager = new ObjectManager($this);
6363

6464
$this->model = $objectManager->getObject(
65-
'Magento\Version\Controller\Index\Index',
65+
VersionIndex::class,
6666
[
6767
'context' => $this->contextMock,
6868
'productMetadata' => $this->productMetadataMock

0 commit comments

Comments
 (0)