Skip to content

Commit f512bff

Browse files
committed
ACP2E-782: Create PHP Attribute that must be used instead of magentoDataFixture for executing parameterized fixtures in the test
1 parent 9450f7b commit f512bff

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/framework/Magento/TestFramework/Annotation

1 file changed

+1
-1
lines changed

dev/tests/integration/framework/Magento/TestFramework/Annotation/DbIsolation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616
class DbIsolation
1717
{
18-
const MAGENTO_DB_ISOLATION = 'magentoDbIsolation';
18+
public const MAGENTO_DB_ISOLATION = 'magentoDbIsolation';
1919

2020
/**
2121
* @var bool

0 commit comments

Comments
 (0)