Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit 4635091

Browse files
author
Barbara Palumbo
committed
feat(Customer): add test
1 parent 36f63a1 commit 4635091

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tests/unit/Request/GenericActionTest.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@
8989
use Commercetools\Core\Request\Customers\Command\CustomerAddAddressAction;
9090
use Commercetools\Core\Request\Customers\Command\CustomerChangeAddressAction;
9191
use Commercetools\Core\Request\Customers\Command\CustomerChangeEmailAction;
92-
use Commercetools\Core\Request\Customers\Command\CustomerChangeNameAction;
9392
use Commercetools\Core\Request\Customers\Command\CustomerRemoveAddressAction;
93+
use Commercetools\Core\Request\Customers\Command\CustomerSetAuthenticationModeAction;
9494
use Commercetools\Core\Request\Customers\Command\CustomerSetCompanyNameAction;
9595
use Commercetools\Core\Request\Customers\Command\CustomerSetCustomerGroupAction;
9696
use Commercetools\Core\Request\Customers\Command\CustomerSetCustomerNumberAction;
@@ -178,15 +178,13 @@
178178
use Commercetools\Core\Request\Products\Command\ProductSetAttributeInAllVariantsAction;
179179
use Commercetools\Core\Request\Products\Command\ProductSetCategoryOrderHintAction;
180180
use Commercetools\Core\Request\Products\Command\ProductSetDescriptionAction;
181-
use Commercetools\Core\Request\Products\Command\ProductSetMetaAttributesAction;
182181
use Commercetools\Core\Request\Products\Command\ProductSetMetaDescriptionAction;
183182
use Commercetools\Core\Request\Products\Command\ProductSetMetaKeywordsAction;
184183
use Commercetools\Core\Request\Products\Command\ProductSetMetaTitleAction;
185184
use Commercetools\Core\Request\Products\Command\ProductSetPriceCustomFieldAction;
186185
use Commercetools\Core\Request\Products\Command\ProductSetPriceCustomTypeAction;
187186
use Commercetools\Core\Request\Products\Command\ProductSetPricesAction;
188187
use Commercetools\Core\Request\Products\Command\ProductSetSearchKeywordsAction;
189-
use Commercetools\Core\Request\Products\Command\ProductSetSkuNotStageableAction;
190188
use Commercetools\Core\Request\Products\Command\ProductSetTaxCategoryAction;
191189
use Commercetools\Core\Request\Products\Command\ProductTransitionStateAction;
192190
use Commercetools\Core\Request\Products\Command\ProductUnpublishAction;
@@ -670,6 +668,10 @@ public function actionArgumentProvider()
670668
CustomerSetVatIdAction::class,
671669
'of',
672670
],
671+
[
672+
CustomerSetAuthenticationModeAction::class,
673+
'of',
674+
],
673675
[
674676
CategoryChangeNameAction::class,
675677
'ofName',

0 commit comments

Comments
 (0)