Skip to content

Commit 4937255

Browse files
committed
MAGETWO-57908: Automate - MAGETWO-49035 Password protection for modifying user
- Fixing code styles.
1 parent 3164e9b commit 4937255

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dev/tests/functional/tests/app/Magento/Security/Test/TestCase/LockAdminUserWhenEditingUserTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ public function __inject(
7474
$this->userEditPage = $userEdit;
7575
$this->adminAuthLogin = $adminAuthLogin;
7676
}
77+
7778
/**
7879
* Runs Lock admin user when editing existing role test.
7980
*
@@ -116,6 +117,7 @@ public function test(
116117
$this->adminAuthLogin->getLoginBlock()->fill($customAdmin);
117118
$this->adminAuthLogin->getLoginBlock()->submit();
118119
}
120+
119121
/**
120122
* Clean data after running test.
121123
*
@@ -128,4 +130,4 @@ public function tearDown()
128130
['configData' => $this->configData, 'rollback' => true]
129131
)->run();
130132
}
131-
}
133+
}

0 commit comments

Comments
 (0)