File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed
framework/Magento/TestFramework/App
testsuite/Magento/Integration/_files Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 11<?php
22/**
3- * Application configuration object. Used to access configuration when application is initialized and installed.
4- *
5- * Copyright © Magento, Inc. All rights reserved.
6- * See COPYING.txt for license details.
3+ * Copyright 2016 Adobe
4+ * All Rights Reserved.
75 */
86namespace Magento \TestFramework \App ;
97
@@ -77,7 +75,8 @@ public function setValue(
7775 }
7876
7977 if (empty ($ scopeCode )) {
80- $ scopeCode = $ this ->getScopeCodeResolver ()->resolve ($ scope , $ scopeCode );
78+ $ scopeCode = $ this ->getScopeCodeResolver ()
79+ ->resolve (ScopeConfigInterface::SCOPE_TYPE_DEFAULT , $ scopeCode );
8180 }
8281
8382 $ keys = explode ('/ ' , $ path );
Original file line number Diff line number Diff line change 11<?php
22/**
3- * Copyright © Magento, Inc. All rights reserved.
4- * See COPYING.txt for license details .
3+ * Copyright 2021 Adobe
4+ * All Rights Reserved .
55 */
66declare (strict_types=1 );
77
1414$ data = [
1515 'name ' => 'Fixture Integration ' ,
1616 'email ' => 'john.doe@example.com ' ,
17- 'endpoint ' => 'https ://localhost/endpoint ' ,
18- 'identity_link_url ' => 'https ://localhost/link ' ,
17+ 'endpoint ' => 'http ://localhost/endpoint ' ,
18+ 'identity_link_url ' => 'http ://localhost/link ' ,
1919 'all_resources ' => 0 ,
2020];
2121$ integrationService ->create ($ data );
You can’t perform that action at this time.
0 commit comments