File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
dev/tests/api-functional/testsuite/Magento/GiftMessage/Api Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ public function testSave()
68
68
{
69
69
// sales/gift_options/allow_order must be set to 1 in system configuration
70
70
// @todo remove next statement when \Magento\TestFramework\TestCase\WebapiAbstract::_updateAppConfig is fixed
71
- // $this->markTestIncomplete('This test relies on system configuration state.');
71
+ $ this ->markTestIncomplete ('This test relies on system configuration state. ' );
72
72
/** @var \Magento\Quote\Model\Quote $quote */
73
73
$ quote = $ this ->objectManager ->create ('Magento\Quote\Model\Quote ' );
74
74
$ quote ->load ('test_order_item_with_message ' , 'reserved_order_id ' );
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public function testGet()
46
46
'soap ' => [
47
47
'service ' => self ::SERVICE_NAME ,
48
48
'serviceVersion ' => self ::SERVICE_VERSION ,
49
- 'operation ' => self ::SERVICE_NAME . 'getItemMessage ' ,
49
+ 'operation ' => self ::SERVICE_NAME . 'Get ' ,
50
50
],
51
51
];
52
52
@@ -87,7 +87,7 @@ public function testSave()
87
87
'soap ' => [
88
88
'service ' => self ::SERVICE_NAME ,
89
89
'serviceVersion ' => self ::SERVICE_VERSION ,
90
- 'operation ' => self ::SERVICE_NAME . 'SetForItem ' ,
90
+ 'operation ' => self ::SERVICE_NAME . 'Save ' ,
91
91
],
92
92
];
93
93
You can’t perform that action at this time.
0 commit comments