File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
dev/tests/integration/testsuite/Magento Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ protected function setUp()
29
29
/**
30
30
* @magentoDataFixture Magento/Bundle/_files/product.php
31
31
*/
32
- public function testGetItems () {
32
+ public function testGetItems ()
33
+ {
33
34
$ this ->product = $ this ->objectManager ->get ('Magento\Catalog\Model\Product ' );
34
35
$ this ->product ->load (3 );
35
36
/**
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public function testGetList()
24
24
$ quoteItemRepository = Bootstrap::getObjectManager ()->create ('Magento\Quote\Model\Quote\Item\Repository ' );
25
25
/** @var \Magento\Quote\Model\Quote $quote */
26
26
$ 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 ();
28
28
29
29
/** @var \Magento\Quote\Api\Data\CartItemInterface[] $quoteItems */
30
30
$ quoteItems = $ quoteItemRepository ->getList ($ quoteId );
You can’t perform that action at this time.
0 commit comments