Skip to content

Commit 9dd2248

Browse files
author
Igor Melnikov
committed
MAGETWO-57238: Build stablization
Code style fixes
1 parent 1284602 commit 9dd2248

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ public function testGetHtml()
101101
$this->assertContains("<div class=\"admin__data-grid-header admin__data-grid-toolbar\"", $html);
102102
$this->assertContains("customer_cart_gridJsObject = new varienGrid(\"customer_cart_grid\",", $html);
103103
$this->assertContains(
104-
'backend\u002Fcustomer\u002Fcart_product_composite_cart\u002Fconfigure\u002Fcustomer_id\u002F' .
105-
self::CUSTOMER_ID_VALUE,
104+
'backend\u002Fcustomer\u002Fcart_product_composite_cart\u002Fconfigure\u002Fcustomer_id\u002F'
105+
. self::CUSTOMER_ID_VALUE,
106106
$html
107107
);
108108
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +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" class="checkbox" />',
480+
. 'data-role="change-password" value="1" title="Change&#x20;Password" checked="checked" '
481+
. 'class="checkbox" />',
481482
$body
482483
);
483484
}

0 commit comments

Comments
 (0)