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 a8d6d08 commit 486751fCopy full SHA for 486751f
dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/Import/ImportWithNotExistImagesTest.php
@@ -36,7 +36,7 @@
36
class ImportWithNotExistImagesTest extends TestCase
37
{
38
/** @var string */
39
- const TOPIC = 'import_export.export';
+ private const TOPIC = 'import_export.export';
40
41
/** @var ObjectManagerInterface */
42
private $objectManager;
@@ -84,7 +84,6 @@ public static function setUpBeforeClass(): void
84
$deleteMessages->execute(self::TOPIC);
85
}
86
87
-
88
/**
89
* @inheritdoc
90
*/
0 commit comments