Skip to content

Commit d834897

Browse files
committed
ACP2E-2885: Products graphql returned disabled categories in the category aggregations
1 parent 022d4c3 commit d834897

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/Import/ProductTest/ProductIndexersInvalidationTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
namespace Magento\CatalogImportExport\Model\Import\ProductTest;
99

1010
use Magento\Catalog\Model\Indexer\Product\Price\Processor as ProductPriceIndexer;
11+
use Magento\Catalog\Test\Fixture\Category as CategoryFixture;
1112
use Magento\CatalogSearch\Model\Indexer\Fulltext as FulltextIndexer;
1213
use Magento\CatalogImportExport\Model\Import\ProductTestBase;
1314
use Magento\Framework\App\Area;
@@ -24,6 +25,7 @@
2425
class ProductIndexersInvalidationTest extends ProductTestBase
2526
{
2627
#[
28+
DataFixture(CategoryFixture::class, ['name' => 'Category 1']),
2729
DataFixture('Magento/Catalog/_files/multiple_products.php'),
2830
]
2931
public function testIndexersState() : void

0 commit comments

Comments
 (0)