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 f2ef300 commit 0f8902dCopy full SHA for 0f8902d
app/code/Magento/User/Test/Unit/Model/ResourceModel/UserTest.php
@@ -176,7 +176,7 @@ public function testClearUserRoles()
176
$this->model->_clearUserRoles($this->userMock);
177
}
178
179
- public function testDeleteSucess()
+ public function testDeleteSuccess()
180
{
181
$uid = 123;
182
$this->resourceMock->expects($this->once())->method('getConnection')->willReturn($this->dbAdapterMock);
0 commit comments