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 1
1
<?php
2
2
/**
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.
7
5
*/
8
6
namespace Magento \TestFramework \App ;
9
7
@@ -77,7 +75,8 @@ public function setValue(
77
75
}
78
76
79
77
if (empty ($ scopeCode )) {
80
- $ scopeCode = $ this ->getScopeCodeResolver ()->resolve ($ scope , $ scopeCode );
78
+ $ scopeCode = $ this ->getScopeCodeResolver ()
79
+ ->resolve (ScopeConfigInterface::SCOPE_TYPE_DEFAULT , $ scopeCode );
81
80
}
82
81
83
82
$ keys = explode ('/ ' , $ path );
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details .
3
+ * Copyright 2021 Adobe
4
+ * All Rights Reserved .
5
5
*/
6
6
declare (strict_types=1 );
7
7
14
14
$ data = [
15
15
'name ' => 'Fixture Integration ' ,
16
16
17
- 'endpoint ' => 'https ://localhost/endpoint ' ,
18
- 'identity_link_url ' => 'https ://localhost/link ' ,
17
+ 'endpoint ' => 'http ://localhost/endpoint ' ,
18
+ 'identity_link_url ' => 'http ://localhost/link ' ,
19
19
'all_resources ' => 0 ,
20
20
];
21
21
$ integrationService ->create ($ data );
You can’t perform that action at this time.
0 commit comments