File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
dev/tests/functional/tests/app/Magento/Install/Test Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 42
42
<constraint name =" Magento\Install\Test\Constraint\AssertRewritesEnabled" />
43
43
</variation >
44
44
<variation name =" InstallTestVariation5" summary =" Install with enabled secure urls" >
45
- <data name =" tag" xsi : type =" string" >stable:no</data >
46
45
<data name =" user/dataset" xsi : type =" string" >default</data >
47
46
<data name =" install/httpsFront" xsi : type =" string" >Use HTTPS for Magento Storefront</data >
48
47
<data name =" install/httpsAdmin" xsi : type =" string" >Use HTTPS for Magento Admin</data >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+ <config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:ObjectManager/etc/config.xsd" >
9
+ <preference for =" Magento\Config\Test\Handler\ConfigData\ConfigDataInterface" type =" Magento\Config\Test\Handler\ConfigData\Curl" />
10
+ <preference for =" Magento\Integration\Test\Handler\Integration\IntegrationInterface" type =" Magento\Integration\Test\Handler\Integration\Curl" />
11
+ </config >
You can’t perform that action at this time.
0 commit comments