File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 7
7
8
8
namespace Magento \GraphQl \Quote \Guest ;
9
9
10
- use Exception ;
11
10
use Magento \Framework \Registry ;
12
11
use Magento \GraphQl \Quote \GetMaskedQuoteIdByReservedOrderId ;
13
12
use Magento \OfflinePayments \Model \Checkmo ;
18
17
use Magento \TestFramework \TestCase \GraphQlAbstract ;
19
18
20
19
/**
21
- * Test for placing an order for guest
20
+ * Allow guest checkout option test
22
21
*/
23
- class PlaceOrderTest extends GraphQlAbstract
22
+ class AllowGuestCheckoutOptionTest extends GraphQlAbstract
24
23
{
25
24
/**
26
25
* @var GetMaskedQuoteIdByReservedOrderId
Original file line number Diff line number Diff line change 7
7
8
8
namespace Magento \GraphQl \Quote \Guest ;
9
9
10
- use Magento \Framework \App \Config \ScopeConfigInterface ;
11
10
use Magento \GraphQl \Quote \GetMaskedQuoteIdByReservedOrderId ;
12
11
use Magento \TestFramework \Helper \Bootstrap ;
13
12
use Magento \TestFramework \TestCase \GraphQlAbstract ;
You can’t perform that action at this time.
0 commit comments