We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 447648e commit 6e29eafCopy full SHA for 6e29eaf
dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/Import/ProductTest.php
@@ -37,6 +37,7 @@
37
* @magentoDataFixtureBeforeTransaction Magento/Catalog/_files/enable_catalog_product_reindex_schedule.php
38
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
39
* @SuppressWarnings(PHPMD.ExcessiveClassComplexity)
40
+ * @SuppressWarnings(PHPMD.ExcessivePublicCount)
41
* phpcs:disable Generic.PHP.NoSilencedErrors, Generic.Metrics.NestingLevel, Magento2.Functions.StaticFunction
42
*/
43
class ProductTest extends \Magento\TestFramework\Indexer\TestCase
0 commit comments