File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
dev/tests/integration/testsuite/Magento
CatalogImportExport/Model/Export Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ protected function setUp()
7070
7171 /**
7272 * @magentoDataFixture Magento/CatalogImportExport/_files/product_export_data.php
73- * @magentoDbIsolationEnabled
73+ * @magentoDbIsolation enabled
7474 */
7575 public function testExport ()
7676 {
@@ -95,7 +95,7 @@ public function testExport()
9595
9696 /**
9797 * @magentoDataFixture Magento/CatalogImportExport/_files/product_export_data_special_chars.php
98- * @magentoDbIsolationEnabled
98+ * @magentoDbIsolation enabled
9999 */
100100 public function testExportSpecialChars ()
101101 {
@@ -111,7 +111,7 @@ public function testExportSpecialChars()
111111
112112 /**
113113 * @magentoDataFixture Magento/CatalogImportExport/_files/product_export_with_product_links_data.php
114- * @magentoDbIsolationEnabled
114+ * @magentoDbIsolation enabled
115115 */
116116 public function testExportWithProductLinks ()
117117 {
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public function setUp()
4747 /**
4848 * Checks that all declared table elements also declared into whitelist declaration.
4949 *
50- * @appIsolation
50+ * @magentoAppIsolation
5151 * @throws \Exception
5252 */
5353 public function testConstraintsAndIndexesAreWhitelisted ()
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ protected function setUp()
7676 /**
7777 * Scan references to files from other static files and assert they are correct
7878 *
79- * The CSS or LESS files may refer to other resources using @ import or url() notation
79+ * The CSS or LESS files may refer to other resources using ` import` or url() notation
8080 * We want to check integrity of all these references
8181 * Note that the references may have syntax specific to the Magento preprocessing subsystem
8282 *
You can’t perform that action at this time.
0 commit comments