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 17bad96 commit 8da309fCopy full SHA for 8da309f
app/code/Magento/Backup/Test/Unit/Controller/Adminhtml/Index/RollbackTest.php
@@ -170,7 +170,7 @@ public function testExecuteRollbackDisabled()
170
->willReturn($rollbackAllowed);
171
$this->objectManagerMock->expects($this->once())
172
->method('get')
173
- ->with('Magento\Backup\Helper\Data')
+ ->with(\Magento\Backup\Helper\Data::class)
174
->willReturn($this->dataHelperMock);
175
176
$this->assertSame($this->responseMock, $this->rollbackController->execute());
0 commit comments