Skip to content

Commit 5fd336f

Browse files
author
Bryant Luk
committed
MAGETWO-38823: Stabilize builds
- Fix code style
1 parent a78ca60 commit 5fd336f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

dev/tests/integration/testsuite/Magento/Bundle/Model/Product/OptionListTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ protected function setUp()
2929
/**
3030
* @magentoDataFixture Magento/Bundle/_files/product.php
3131
*/
32-
public function testGetItems() {
32+
public function testGetItems()
33+
{
3334
$this->product = $this->objectManager->get('Magento\Catalog\Model\Product');
3435
$this->product->load(3);
3536
/**

dev/tests/integration/testsuite/Magento/Quote/Model/Quote/Item/RepositoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function testGetList()
2424
$quoteItemRepository = Bootstrap::getObjectManager()->create('Magento\Quote\Model\Quote\Item\Repository');
2525
/** @var \Magento\Quote\Model\Quote $quote */
2626
$quote = Bootstrap::getObjectManager()->create('Magento\Quote\Model\Quote');
27-
$quoteId = $quote->load('test01','reserved_order_id')->getId();
27+
$quoteId = $quote->load('test01', 'reserved_order_id')->getId();
2828

2929
/** @var \Magento\Quote\Api\Data\CartItemInterface[] $quoteItems */
3030
$quoteItems = $quoteItemRepository->getList($quoteId);

0 commit comments

Comments
 (0)