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 2ad3c35 commit cc1c96bCopy full SHA for cc1c96b
app/code/Magento/Version/Test/Unit/Controller/Index/IndexTest.php
@@ -62,7 +62,7 @@ protected function setUp()
62
$objectManager = new ObjectManager($this);
63
64
$this->model = $objectManager->getObject(
65
- 'Magento\Version\Controller\Index\Index',
+ VersionIndex::class,
66
[
67
'context' => $this->contextMock,
68
'productMetadata' => $this->productMetadataMock
0 commit comments