Skip to content

Commit 4365b1f

Browse files
author
Igor Melnikov
committed
MAGETWO-57238: Build stablization
Code style fixes
1 parent 13465aa commit 4365b1f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dev/tests/integration/testsuite/Magento/Customer/Block/Adminhtml/Edit/Tab/CartTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public function testGetHtml()
102102
$this->assertContains("customer_cart_gridJsObject = new varienGrid(\"customer_cart_grid\",", $html);
103103
$this->assertContains(
104104
'backend\u002Fcustomer\u002Fcart_product_composite_cart\u002Fconfigure\u002Fcustomer_id\u002F'
105-
. self::CUSTOMER_ID_VALUE,
105+
. self::CUSTOMER_ID_VALUE,
106106
$html
107107
);
108108
}

dev/tests/integration/testsuite/Magento/Customer/Controller/AccountTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -477,8 +477,8 @@ public function testChangePasswordEditAction()
477477
// Verify the password check box is checked
478478
$this->assertContains(
479479
'<input type="checkbox" name="change_password" id="change-password" '
480-
. 'data-role="change-password" value="1" title="Change&#x20;Password" checked="checked" '
481-
. 'class="checkbox" />',
480+
. 'data-role="change-password" value="1" title="Change&#x20;Password" checked="checked" '
481+
. 'class="checkbox" />',
482482
$body
483483
);
484484
}

0 commit comments

Comments
 (0)