Skip to content

Commit

Permalink
magento#682: [Test coverage] added test cases for missed parameters a…
Browse files Browse the repository at this point in the history
…t 'setBillingAddressMutation'

Fix static tests
  • Loading branch information
vpodorozh authored Jun 4, 2019
1 parent 6d71e5c commit b8801a0
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@
$quote = $quoteFactory->create();
$quoteResource->load($quote, 'test_quote', 'reserved_order_id');

// phpcs:disable
require __DIR__ . '/../../../Multishipping/Fixtures/shipping_address_list.php';
// phpcs:enable

/** @var CartRepositoryInterface $quoteRepository */
$quoteRepository = $objectManager->get(CartRepositoryInterface::class);
$quote->collectTotals();
$quoteRepository->save($quote);
$quoteRepository->save($quote);

0 comments on commit b8801a0

Please sign in to comment.