-
Notifications
You must be signed in to change notification settings - Fork 153
magento/graphql-ce#540: Replace deprecated fixture #541
magento/graphql-ce#540: Replace deprecated fixture #541
Conversation
* @magentoApiDataFixture Magento/Ups/_files/enable_ups_shipping_method.php | ||
*/ | ||
public function testSetUpsShippingMethod() | ||
{ | ||
$quote = $this->quoteFactory->create(); | ||
$this->quoteResource->load($quote, 'test_order_1', 'reserved_order_id'); | ||
$this->quoteResource->load($quote, 'test_quote', 'reserved_order_id'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, replace quoteResource
on \Magento\Quote\Model\QuoteIdToMaskedQuoteIdInterface
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, replace quoteResource on \Magento\Quote\Model\QuoteIdToMaskedQuoteIdInterface
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@naydav , all Ups methods have been added into test. Could you please review?
Thank you!
1. Add "Worldwide Expedited" to test
…e-for-SetUpsShippingMethodsOnCartTest
Hi @atwixfirster, thank you for your contribution! |
Replace deprecated
Magento/Checkout/_files/quote_with_address_saved.php
fixture with a new ones (from #539) inSetUpsShippingMethodsOnCartTest
Issue: #540
Thank you!