Skip to content

Commit 81737c0

Browse files
committed
Remove redandant line from fixture
1 parent 7e6e023 commit 81737c0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dev/tests/integration/testsuite/Magento/GiftMessage/_files/guest/quote_with_item_message.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
require __DIR__ . '/../../../../Magento/Catalog/_files/products.php';
88

9-
use Magento\Catalog\Model\Product;
109
use Magento\Framework\ObjectManagerInterface;
1110
use Magento\GiftMessage\Model\Message;
1211
use Magento\GiftMessage\Model\ResourceModel\Message as MessageResource;
@@ -28,7 +27,6 @@
2827
$quoteModel->setData(['store_id' => 1, 'is_active' => 1, 'is_multi_shipping' => 0]);
2928
$quote->save($quoteModel);
3029

31-
$product = $objectManager->create(Product::class);
3230
$quoteProduct = $product->load($product->getIdBySku('simple'));
3331

3432
$quoteModel->setReservedOrderId('test_guest_order_with_gift_message')

0 commit comments

Comments
 (0)