Skip to content

Commit ef52c92

Browse files
committed
MC-17041: Add fixture for second store with different currency
- fix static
1 parent 93ac04c commit ef52c92

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dev/tests/integration/testsuite/Magento/Store/_files/second_store_with_second_currency.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*/
66
declare(strict_types=1);
77

8+
// phpcs:ignore Magento2.Security.IncludeFile
89
require_once __DIR__ . '/second_store.php';
910

1011
$objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager();

dev/tests/integration/testsuite/Magento/Store/_files/second_store_with_second_currency_rollback.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@
2323
);
2424
}
2525

26+
// phpcs:ignore Magento2.Security.IncludeFile
2627
require_once 'second_store_rollback.php';

0 commit comments

Comments
 (0)