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 2197ba9 commit 2932a96Copy full SHA for 2932a96
app/code/Magento/Backend/Test/Unit/Model/AuthTest.php
@@ -59,7 +59,8 @@ public function testLoginFailed()
59
->method('create')
60
->with('Magento\Backend\Model\Auth\Credential\StorageInterface')
61
->will($this->returnValue($this->_credentialStorage));
62
- $exceptionMock = new \Magento\Framework\Exception\LocalizedException(__(''));
+ $exceptionMock =
63
+ new \Magento\Framework\Exception\LocalizedException(__('Please correct the user name or password.'));
64
$this->_credentialStorage
65
->expects($this->once())
66
->method('login')
0 commit comments