We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0282647 commit ba69d38Copy full SHA for ba69d38
dev/tests/api-functional/testsuite/Magento/Quote/Api/GuestShipmentEstimationTest.php
@@ -11,9 +11,9 @@
11
12
class GuestShipmentEstimationTest extends WebapiAbstract
13
{
14
- const SERVICE_VERSION = 'V1';
15
- const SERVICE_NAME = 'quoteGuestShipmentEstimationV1';
16
- const RESOURCE_PATH = '/V1/guest-carts/';
+ public const SERVICE_VERSION = 'V1';
+ public const SERVICE_NAME = 'quoteGuestShipmentEstimationV1';
+ public const RESOURCE_PATH = '/V1/guest-carts/';
17
18
/**
19
* @var ObjectManager
@@ -30,6 +30,7 @@ protected function setUp(): void
30
*/
31
public function testNotAuthorized(): void
32
33
+ $this->_markTestAsRestOnly();
34
$serviceInfo = [
35
'rest' => [
36
'resourcePath' => '/V1/carts/mine/estimate-shipping-methods',
0 commit comments