Skip to content

Commit dfcb7b1

Browse files
committed
Add test payment method without <model> node
1 parent c7658e3 commit dfcb7b1

File tree

1 file changed

+6
-1
lines changed
  • dev/tests/integration/_files/Magento/TestModuleFakePaymentMethod/etc

1 file changed

+6
-1
lines changed

dev/tests/integration/_files/Magento/TestModuleFakePaymentMethod/etc/config.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@
3232
<supported>1</supported>
3333
</instant_purchase>
3434
</fake_vault>
35+
<fake_no_model>
36+
<!-- This method on purpose does not have a 'model' node. -->
37+
<title>Fake Payment Method without &lt;model&gt;</title>
38+
<active>0</active>
39+
</fake_no_model>
3540
</payment>
3641
</default>
37-
</config>
42+
</config>

0 commit comments

Comments
 (0)