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 c7e3fda commit 2731cf6Copy full SHA for 2731cf6
dev/tests/api-functional/testsuite/Magento/Quote/Api/CartManagementInterfaceTest.php renamed to dev/tests/api-functional/testsuite/Magento/Quote/Api/CartManagementTest.php
@@ -9,7 +9,7 @@
9
use Magento\TestFramework\TestCase\WebapiAbstract;
10
use Magento\Webapi\Model\Rest\Config as RestConfig;
11
12
-class CartManagementInterfaceTest extends WebapiAbstract
+class CartManagementTest extends WebapiAbstract
13
{
14
const SERVICE_VERSION = 'V1';
15
const SERVICE_NAME = 'quoteCartManagementV1';
dev/tests/api-functional/testsuite/Magento/Quote/Api/CartRepositoryInterfaceTest.php renamed to dev/tests/api-functional/testsuite/Magento/Quote/Api/CartRepositoryTest.php
@@ -14,7 +14,7 @@
16
17
-class CartRepositoryInterfaceTest extends WebapiAbstract
+class CartRepositoryTest extends WebapiAbstract
18
19
/**
20
* @var ObjectManager
0 commit comments