Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.

magento/graphql-ce#540: Replace deprecated fixture #541

Conversation

atwixfirster
Copy link
Contributor

@atwixfirster atwixfirster commented Mar 27, 2019

Replace deprecated Magento/Checkout/_files/quote_with_address_saved.php fixture with a new ones (from #539) in SetUpsShippingMethodsOnCartTest

Issue: #540

Thank you!

* @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');
Copy link
Contributor

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

Copy link
Contributor Author

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

Copy link
Contributor Author

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
@magento-engcom-team magento-engcom-team merged commit 74fb0bd into 2.3-develop Apr 17, 2019
@ghost
Copy link

ghost commented Apr 17, 2019

Hi @atwixfirster, thank you for your contribution!
Please, complete Contribution Survey, it will take less than a minute.
Your feedback will help us to improve contribution process.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants