Skip to content

Commit 3aa0ace

Browse files
author
Oleksii Korshenko
committed
Fixed incorrect annotations in integration tests
1 parent 9bea1d8 commit 3aa0ace

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/Export/ProductTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
{

dev/tests/integration/testsuite/Magento/Setup/Declaration/WhitelistDeclarationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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()

dev/tests/integration/testsuite/Magento/Test/Integrity/StaticFilesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*

0 commit comments

Comments
 (0)