We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fea449 commit 66fa218Copy full SHA for 66fa218
dev/tests/integration/testsuite/Magento/Store/_files/second_store_with_second_currency.php
@@ -5,7 +5,7 @@
5
*/
6
declare(strict_types=1);
7
8
-require_once 'second_store.php';
+require_once __DIR__ . '/second_store.php';
9
10
$objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager();
11
$store = $objectManager->create(\Magento\Store\Model\Store::class);
0 commit comments