File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
framework/Magento/TestFramework/Annotation
testsuite/Magento/GraphQl/Sales Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ private function inheritConfig(
203203 ]
204204 ];
205205 $ objectManager = Bootstrap::getObjectManager ();
206- if ($ scopeType === ScopeInterface::SCOPE_STORE && $ scopeCode !== null ) {
206+ if ($ scopeType === ScopeInterface::SCOPE_STORES && $ scopeCode !== null ) {
207207 $ store = $ objectManager ->get (StoreRepositoryInterface::class)->get ($ scopeCode )->getId ();
208208 $ configData ['store ' ] = $ store ;
209209 } elseif ($ scopeType === ScopeInterface::SCOPE_WEBSITES && $ scopeCode !== null ) {
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ protected function setUp(): void
5656 } catch (NoSuchEntityException $ e ) {
5757 }
5858 }
59+
5960 /**
6061 * @magentoApiDataFixture Magento/Sales/_files/customer_order_item_with_product_and_custom_options.php
6162 */
You can’t perform that action at this time.
0 commit comments