File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
app/code/Magento/ConfigurableProduct/Test/Unit/Plugin/Model/ResourceModel
dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/TestCase Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 9
9
use Magento \Catalog \Model \Product \Type ;
10
10
use Magento \ConfigurableProduct \Model \Product \Type \Configurable ;
11
11
use Magento \Framework \Indexer \ActionInterface ;
12
- use Magento \Framework \Indexer \IndexerInterface ;
13
- use Magento \PageCache \Model \Config ;
14
- use Magento \Framework \App \Cache \TypeListInterface ;
15
12
16
13
class ProductTest extends \PHPUnit \Framework \TestCase
17
14
{
@@ -45,7 +42,7 @@ public function setUp()
45
42
\Magento \ConfigurableProduct \Plugin \Model \ResourceModel \Product::class,
46
43
[
47
44
'configurable ' => $ this ->configurableMock ,
48
- 'indexerAction ' => $ this ->actionMock ,
45
+ 'productIndexer ' => $ this ->actionMock ,
49
46
]
50
47
);
51
48
}
Original file line number Diff line number Diff line change 32
32
<constraint name =" Magento\ConfigurableProduct\Test\Constraint\AssertConfigurableProductPage" />
33
33
</variation >
34
34
<variation name =" VerifyConfigurableProductEntityPriceTestVariation3" summary =" Disable all child products" ticketId =" MAGETWO-60236" >
35
- <data name =" issue" xsi : type =" string" >MAGETWO-66699: Configurable product when all child products are disabled</data >
36
35
<data name =" product" xsi : type =" string" >configurableProduct::product_with_color</data >
37
36
<data name =" productUpdate/childProductUpdate" xsi : type =" array" >
38
37
<item name =" data" xsi : type =" array" >
You can’t perform that action at this time.
0 commit comments