File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
dev/tests/integration/testsuite/Magento/Catalog/Model/Attribute/Backend Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1717use Magento \TestFramework \Helper \Bootstrap ;
1818use PHPUnit \Framework \TestCase ;
1919use Magento \Catalog \Helper \Product ;
20- use Magento \Catalog \Model \Indexer \Product \Flat \Processor ;
20+ use Magento \Catalog \Model \Indexer \Product \Flat \Processor as FlatProcessor ;
21+ use Magento \Catalog \Model \Indexer \Product \Price \Processor as PriceProcessor ;
2122use Magento \Framework \Bulk \OperationManagementInterface ;
2223use Magento \Catalog \Model \Product \Action ;
2324use Psr \Log \LoggerInterface ;
@@ -81,10 +82,10 @@ protected function setUp(): void
8182 $ this ->bulkStatus = $ this ->objectManager ->get (BulkStatus::class);
8283 $ catalogProductMock = $ this ->createMock (Product::class);
8384 $ productFlatIndexerProcessorMock = $ this ->createMock (
84- Processor ::class
85+ FlatProcessor ::class
8586 );
8687 $ productPriceIndexerProcessorMock = $ this ->createMock (
87- Processor ::class
88+ PriceProcessor ::class
8889 );
8990 $ operationManagementMock = $ this ->createMock (
9091 OperationManagementInterface::class
You can’t perform that action at this time.
0 commit comments