Skip to content

Commit 380ec0c

Browse files
author
Hayder Sharhan
committed
MAGETWO-56197: Write functional test for MAGETWO-47822
- Feedback from CR
1 parent 3581b20 commit 380ec0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/tests/functional/tests/app/Magento/Config/Test/Block/System/Config/AdminForm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616
class AdminForm extends Form
1717
{
18-
protected $adminAccountSharingField = "#admin_security_admin_account_sharing";
18+
private $adminAccountSharingField = '#admin_security_admin_account_sharing';
1919

2020
public function adminAccountSharingAvailability()
2121
{

dev/tests/functional/tests/app/Magento/Email/Test/Block/Adminhtml/Template/Edit/TemplateForm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515
class TemplateForm extends Form
1616
{
17-
private $loadButton = "#load";
17+
private $loadButton = '#load';
1818

1919
/**
2020
* @return void

0 commit comments

Comments
 (0)