Skip to content

Commit 37b4048

Browse files
author
Dmytro Aponasenko
committed
MTA-1814: Analyse functional test failures - Sprint 9
1 parent a7272f4 commit 37b4048

File tree

1 file changed

+7
-17
lines changed
  • dev/tests/functional/tests/app/Magento/Payment/Test/Fixture

1 file changed

+7
-17
lines changed

dev/tests/functional/tests/app/Magento/Payment/Test/Fixture/CreditCard.xml

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,12 @@
55
* See COPYING.txt for license details.
66
*/
77
-->
8-
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="../../../../../../vendor/magento/mtf/etc/fixture.xsd">
8+
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/mtf/etc/fixture.xsd">
99
<fixture name="credit_card" module="Magento_Payment" type="virtual" entity_type="credit_card" repository_class="Magento\Payment\Test\Repository\CreditCard" class="Magento\Payment\Test\Fixture\CreditCard">
10-
<field name="cc_type">
11-
<attribute_code>cc_type</attribute_code>
12-
</field>
13-
<field name="cc_number">
14-
<attribute_code>cc_number</attribute_code>
15-
</field>
16-
<field name="cc_exp_month">
17-
<attribute_code>cc_exp_month</attribute_code>
18-
</field>
19-
<field name="cc_exp_year">
20-
<attribute_code>cc_exp_year</attribute_code>
21-
</field>
22-
<field name="cc_cid">
23-
<attribute_code>cc_cid</attribute_code>
24-
</field>
10+
<field name="cc_type" />
11+
<field name="cc_number" />
12+
<field name="cc_exp_month" />
13+
<field name="cc_exp_year" />
14+
<field name="cc_cid" />
2515
</fixture>
26-
</config>
16+
</config>

0 commit comments

Comments
 (0)