Skip to content

Commit e036b46

Browse files
author
Oleksandr Manchenko
committed
MTA-549: Re-factor Tests for Update Products
- Fixed PHPDoc
1 parent c76cecc commit e036b46

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

dev/tests/functional/tests/app/Magento/Bundle/Test/TestCase/UpdateBundleProductEntityTest.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
use Magento\Mtf\TestCase\Injectable;
1313

1414
/**
15-
* Test Creation for Update BundleProductEntity
16-
*
1715
* Test Flow:
1816
*
1917
* Precondition:
@@ -28,7 +26,6 @@
2826
* 5. Click "Save".
2927
* 6. Perform asserts
3028
*
31-
*
3229
* @group Bundle_Product_(MX)
3330
* @ZephyrId MAGETWO-26195
3431
*/
@@ -73,7 +70,7 @@ public function __inject(
7370
*
7471
* @param BundleProduct $product
7572
* @param BundleProduct $originalProduct
76-
* @return void
73+
* @return array
7774
*/
7875
public function test(BundleProduct $product, BundleProduct $originalProduct)
7976
{

dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/UpdateSimpleProductEntityTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,6 @@ public function __inject(
6969
/**
7070
* Run update product simple entity test
7171
*
72-
* @param CatalogProductSimple $initialProduct
73-
* @param CatalogProductSimple $product
74-
* @throws \Exception
75-
* @return array
76-
*/
77-
78-
79-
/**
8072
* @param CatalogProductSimple $initialProduct
8173
* @param CatalogProductSimple $product
8274
* @return array

0 commit comments

Comments
 (0)