File tree 2 files changed +6
-3
lines changed
lib/Magento/Mtf/App/State
tests/app/Magento/Braintree/Test/Repository
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,14 @@ class State1 extends AbstractState
39
39
/**
40
40
* @param ObjectManager $objectManager
41
41
* @param CurlTransport $curlTransport
42
+ * @param array $arguments
42
43
*/
43
44
public function __construct (
44
45
ObjectManager $ objectManager ,
45
- CurlTransport $ curlTransport
46
+ CurlTransport $ curlTransport ,
47
+ array $ arguments
46
48
) {
49
+ parent ::__construct ($ objectManager , $ arguments );
47
50
$ this ->objectManager = $ objectManager ;
48
51
$ this ->curlTransport = $ curlTransport ;
49
52
}
Original file line number Diff line number Diff line change 410
410
<field name =" payment/braintree/countrycreditcard" xsi : type =" array" >
411
411
<item name =" scope" xsi : type =" string" >payment</item >
412
412
<item name =" scope_id" xsi : type =" number" >1</item >
413
- <item name =" value" xsi : type =" string" >a:2:{s:2:"US";a:1:{i:0;s:2:"MC";}s:2:"GB";a:1:{i:0;s:2:"VI";} }</item >
413
+ <item name =" value" xsi : type =" string" >{"GB":["VI"],"US":["MC"] }</item >
414
414
</field >
415
415
</dataset >
416
416
417
417
<dataset name =" braintree_countrycreditcard_US_MS_GB_VI_rollback" >
418
418
<field name =" payment/braintree/countrycreditcard" xsi : type =" array" >
419
419
<item name =" scope" xsi : type =" string" >payment</item >
420
420
<item name =" scope_id" xsi : type =" number" >1</item >
421
- <item name =" value" xsi : type =" string" >a:0:{} </item >
421
+ <item name =" value" xsi : type =" string" >[] </item >
422
422
</field >
423
423
</dataset >
424
424
</repository >
You can’t perform that action at this time.
0 commit comments