Skip to content

Commit 64e3de5

Browse files
committed
magento/graphql-ce#679: Add support of "Allow Guest Checkout" option
1 parent 477205d commit 64e3de5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/AllowGuestCheckoutOptionTest.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
namespace Magento\GraphQl\Quote\Guest;
99

10-
use Exception;
1110
use Magento\Framework\Registry;
1211
use Magento\GraphQl\Quote\GetMaskedQuoteIdByReservedOrderId;
1312
use Magento\OfflinePayments\Model\Checkmo;
@@ -18,9 +17,9 @@
1817
use Magento\TestFramework\TestCase\GraphQlAbstract;
1918

2019
/**
21-
* Test for placing an order for guest
20+
* Allow guest checkout option test
2221
*/
23-
class PlaceOrderTest extends GraphQlAbstract
22+
class AllowGuestCheckoutOptionTest extends GraphQlAbstract
2423
{
2524
/**
2625
* @var GetMaskedQuoteIdByReservedOrderId

dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/SetBillingAddressOnCartTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
namespace Magento\GraphQl\Quote\Guest;
99

10-
use Magento\Framework\App\Config\ScopeConfigInterface;
1110
use Magento\GraphQl\Quote\GetMaskedQuoteIdByReservedOrderId;
1211
use Magento\TestFramework\Helper\Bootstrap;
1312
use Magento\TestFramework\TestCase\GraphQlAbstract;

0 commit comments

Comments
 (0)