@@ -53,58 +53,67 @@ protected function setUp()
53
53
54
54
public function testShippingMethodWithVirtualProduct ()
55
55
{
56
-
56
+ $ this -> markTestIncomplete ( ' https://github.com/magento/graphql-ce/issues/423 ' );
57
57
}
58
58
59
59
public function testShippingMethodWithSimpleProduct ()
60
60
{
61
-
61
+ $ this -> markTestIncomplete ( ' https://github.com/magento/graphql-ce/issues/423 ' );
62
62
}
63
63
64
64
public function testShippingMethodWithSimpleProductWithoutAddress ()
65
65
{
66
-
66
+ $ this -> markTestIncomplete ( ' https://github.com/magento/graphql-ce/issues/423 ' );
67
67
}
68
68
69
69
public function testSetShippingMethodWithMissedRequiredParameters ()
70
70
{
71
-
71
+ $ this -> markTestIncomplete ( ' https://github.com/magento/graphql-ce/issues/423 ' );
72
72
}
73
73
74
74
public function testSetNonExistentShippingMethod ()
75
75
{
76
+ $ this ->markTestIncomplete ('https://github.com/magento/graphql-ce/issues/423 ' );
76
77
}
77
78
78
79
public function testSetShippingMethodIfAddressIsNotBelongToCart ()
79
80
{
81
+ $ this ->markTestIncomplete ('https://github.com/magento/graphql-ce/issues/423 ' );
80
82
}
81
83
82
84
public function testSetShippingMethodToNonExistentCart ()
83
85
{
86
+ $ this ->markTestIncomplete ('https://github.com/magento/graphql-ce/issues/423 ' );
84
87
}
85
88
86
89
public function testSetShippingMethodToGuestCart ()
87
90
{
88
-
91
+ $ this -> markTestIncomplete ( ' https://github.com/magento/graphql-ce/issues/423 ' );
89
92
}
90
93
91
94
public function testSetShippingMethodToAnotherCustomerCart ()
92
95
{
93
-
96
+ $ this -> markTestIncomplete ( ' https://github.com/magento/graphql-ce/issues/423 ' );
94
97
}
95
98
96
99
public function testSetShippingMethodToNonExistentCartAddress ()
97
100
{
101
+ $ this ->markTestIncomplete ('https://github.com/magento/graphql-ce/issues/423 ' );
98
102
}
99
103
100
104
public function testSetShippingMethodToGuestCartAddress ()
101
105
{
102
-
106
+ $ this -> markTestIncomplete ( ' https://github.com/magento/graphql-ce/issues/423 ' );
103
107
}
104
108
105
109
public function testSetShippingMethodToAnotherCustomerCartAddress ()
106
110
{
111
+ $ this ->markTestIncomplete ('https://github.com/magento/graphql-ce/issues/423 ' );
112
+ }
107
113
114
+ public function testSetMultipleShippingMethods ()
115
+ {
116
+ $ this ->markTestIncomplete ('https://github.com/magento/graphql-ce/issues/423 ' );
108
117
}
109
118
110
119
/**
0 commit comments