Skip to content

Commit 66fa218

Browse files
committed
MC-17041: Gift Card - checking the card balance
1 parent 7fea449 commit 66fa218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

8-
require_once 'second_store.php';
8+
require_once __DIR__ . '/second_store.php';
99

1010
$objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager();
1111
$store = $objectManager->create(\Magento\Store\Model\Store::class);

0 commit comments

Comments
 (0)