File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
dev/tests/integration/testsuite/Magento/Checkout/Model Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 6
6
7
7
namespace Magento \Checkout \Model ;
8
8
9
+ use Magento \TestFramework \Helper \Bootstrap ;
9
10
use Magento \Checkout \Api \Data \ShippingInformationInterface ;
10
11
use Magento \Checkout \Api \PaymentInformationManagementInterface ;
11
12
use Magento \Checkout \Api \ShippingInformationManagementInterface ;
@@ -55,7 +56,7 @@ class ShippingInformationManagementTest extends \PHPUnit\Framework\TestCase
55
56
56
57
public function setUp ()
57
58
{
58
- $ objectManager = \ Magento \ TestFramework \ Helper \ Bootstrap::getObjectManager ();
59
+ $ objectManager = Bootstrap::getObjectManager ();
59
60
60
61
$ this ->cartManagement = $ objectManager ->create (CartManagementInterface::class);
61
62
$ this ->cartItemRepository = $ objectManager ->create (CartItemRepositoryInterface::class);
You can’t perform that action at this time.
0 commit comments