File tree Expand file tree Collapse file tree 3 files changed +29
-0
lines changed Expand file tree Collapse file tree 3 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 8
8
! /config /isolation.yml.dist
9
9
! /config /server.yml.dist
10
10
phpunit.xml
11
+ credentials.xml
11
12
/lib /Magento /Mtf /Util /Generate /testcase.xml
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © 2015 Magento. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+ <replace xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
+ xsi : noNamespaceSchemaLocation =" ./vendor/magento/mtf/Magento/Mtf/Fixture/InjectableFixture/etc/replace.xsd" >
10
+
11
+ <field path =" section/carriers_dhl_id/value" value =" " />
12
+ <field path =" section/carriers_dhl_password/value" value =" " />
13
+ <field path =" section/carriers_dhl_account/value" value =" " />
14
+
15
+ <field path =" section/carriers_fedex_account/value" value =" " />
16
+ <field path =" section/carriers_fedex_meter_number/value" value =" " />
17
+ <field path =" section/carriers_fedex_key/value" value =" " />
18
+ <field path =" section/carriers_fedex_password/value" value =" " />
19
+
20
+ <field path =" section/carriers_ups_password/value" value =" " />
21
+ <field path =" section/carriers_ups_username/value" value =" " />
22
+ <field path =" section/carriers_ups_access_license_number/value" value =" " />
23
+ <field path =" section/carriers_ups_shipper_number/value" value =" " />
24
+
25
+ <field path =" section/carriers_usps_userid/value" value =" " />
26
+ <field path =" section/carriers_usps_password/value" value =" " />
27
+ </replace >
Original file line number Diff line number Diff line change 44
44
<env name =" module_whitelist" value =" Magento_Install" />
45
45
<env name =" report_file_name" value =" test-cases-report.xml" />
46
46
<env name =" basedir" value =" var/log" />
47
+ <env name =" credentials_file_path" value =" ./credentials.xml.dist" />
47
48
</php >
48
49
49
50
</phpunit >
You can’t perform that action at this time.
0 commit comments