Skip to content

Commit 8da309f

Browse files
committed
MAGETWO-55668: Processing PR for bugs
- Code style fixed;
1 parent 17bad96 commit 8da309f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Backup/Test/Unit/Controller/Adminhtml/Index/RollbackTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public function testExecuteRollbackDisabled()
170170
->willReturn($rollbackAllowed);
171171
$this->objectManagerMock->expects($this->once())
172172
->method('get')
173-
->with('Magento\Backup\Helper\Data')
173+
->with(\Magento\Backup\Helper\Data::class)
174174
->willReturn($this->dataHelperMock);
175175

176176
$this->assertSame($this->responseMock, $this->rollbackController->execute());

0 commit comments

Comments
 (0)