Skip to content

Commit 05355f1

Browse files
committed
MC-21828: Admin: Edit product Attribute
1 parent 3fb8514 commit 05355f1

File tree

14 files changed

+16
-16
lines changed

14 files changed

+16
-16
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Attribute/Update/AbstractUpdateAttributeTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
use Magento\TestFramework\TestCase\AbstractBackendController;
2525

2626
/**
27-
* Base create and assert attribute data.
27+
* Base update and assert attribute data.
2828
*
2929
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
3030
*/
@@ -75,7 +75,7 @@ protected function setUp()
7575
}
7676

7777
/**
78-
* Start updating attribute frontend labels on stores for a given attribute type.
78+
* Updates attribute frontend labels on stores for a given attribute type.
7979
*
8080
* @param string $attributeCode
8181
* @param array $postData
@@ -99,7 +99,7 @@ protected function processUpdateFrontendLabelOnStores(
9999
}
100100

101101
/**
102-
* Start updating attribute options on stores for a given attribute type.
102+
* Updates attribute options on stores for a given attribute type.
103103
*
104104
* @param string $attributeCode
105105
* @param array $postData

dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Attribute/Update/InputType/DecimalTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
use Magento\Catalog\Controller\Adminhtml\Product\Attribute\Update\AbstractUpdateAttributeTest;
1111

1212
/**
13-
* Test cases related to create attribute with input type price.
13+
* Test cases related to update attribute with input type price.
1414
*
1515
* @magentoDbIsolation enabled
1616
* @magentoAppArea adminhtml

dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Attribute/Update/InputType/MediaImageTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
use Magento\Catalog\Controller\Adminhtml\Product\Attribute\Update\AbstractUpdateAttributeTest;
1111

1212
/**
13-
* Test cases related to create attribute with input type media image.
13+
* Test cases related to update attribute with input type media image.
1414
*
1515
* @magentoDbIsolation enabled
1616
* @magentoAppArea adminhtml

dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Update/InputType/DateTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
use Magento\Catalog\Controller\Adminhtml\Product\Attribute\Update\AbstractUpdateAttributeTest;
1111

1212
/**
13-
* Test cases related to create attribute with input type date.
13+
* Test cases related to update attribute with input type date.
1414
*
1515
* @magentoDbIsolation enabled
1616
* @magentoAppArea adminhtml

dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Update/InputType/DropDownTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
use Magento\Catalog\Controller\Adminhtml\Product\Attribute\Update\AbstractUpdateAttributeTest;
1111

1212
/**
13-
* Test cases related to create attribute with input type dropdown.
13+
* Test cases related to update attribute with input type dropdown.
1414
*
1515
* @magentoDbIsolation enabled
1616
* @magentoAppArea adminhtml

dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Update/InputType/MultipleSelectTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
use Magento\Catalog\Controller\Adminhtml\Product\Attribute\Update\AbstractUpdateAttributeTest;
1111

1212
/**
13-
* Test cases related to create attribute with input type multiselect.
13+
* Test cases related to update attribute with input type multiselect.
1414
*
1515
* @magentoDbIsolation enabled
1616
* @magentoAppArea adminhtml

dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Update/InputType/TextAreaTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
use Magento\Catalog\Controller\Adminhtml\Product\Attribute\Update\AbstractUpdateAttributeTest;
1111

1212
/**
13-
* Test cases related to create attribute with input type text_area.
13+
* Test cases related to update attribute with input type text_area.
1414
*
1515
* @magentoDbIsolation enabled
1616
* @magentoAppArea adminhtml

dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Update/InputType/TextEditorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
use Magento\Catalog\Controller\Adminhtml\Product\Attribute\Update\AbstractUpdateAttributeTest;
1111

1212
/**
13-
* Test cases related to create attribute with input type text_editor.
13+
* Test cases related to update attribute with input type text_editor.
1414
*
1515
* @magentoDbIsolation enabled
1616
* @magentoAppArea adminhtml

dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Update/InputType/TextTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
use Magento\Catalog\Controller\Adminhtml\Product\Attribute\Update\AbstractUpdateAttributeTest;
1111

1212
/**
13-
* Test cases related to create attribute with input type text.
13+
* Test cases related to update attribute with input type text.
1414
*
1515
* @magentoDbIsolation enabled
1616
* @magentoAppArea adminhtml

dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Update/InputType/YesNoTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
use Magento\Catalog\Controller\Adminhtml\Product\Attribute\Update\AbstractUpdateAttributeTest;
1111

1212
/**
13-
* Test cases related to create attribute with yes/no input type.
13+
* Test cases related to update attribute with yes/no input type.
1414
*
1515
* @magentoDbIsolation enabled
1616
* @magentoAppArea adminhtml

0 commit comments

Comments
 (0)