Skip to content

Commit

Permalink
428 - Test coverage: GetAvailableShippingMethodsTest
Browse files Browse the repository at this point in the history
1. Fix for "URL key for specified store already exists"
  • Loading branch information
atwixfirster committed Mar 26, 2019
1 parent 0b8bebc commit 38dd5a0
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<?php
/**
* Rollback for quote_with_payment_saved.php fixture.
* Rollback for quote_with_simple_product_saved_rollback.php fixture.
*
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/

require 'simple_product_rollback.php';

/** @var $objectManager \Magento\TestFramework\ObjectManager */
$objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager();
$quote = $objectManager->create(\Magento\Quote\Model\Quote::class);
Expand Down

0 comments on commit 38dd5a0

Please sign in to comment.