We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ce046 commit c2f15b3Copy full SHA for c2f15b3
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/SetShippingMethodsOnCartTest.php
@@ -112,6 +112,9 @@ public function testShippingMethodWithSimpleProduct()
112
113
/**
114
* @magentoApiDataFixture Magento/Checkout/_files/quote_with_simple_product_saved.php
115
+ * @dataProvider dataProviderWithMissedRequiredParameters
116
+ * @param int $addressId
117
+ * @param string $message
118
* @expectedException \Exception
119
*/
120
public function testShippingMethodWithSimpleProductWithoutAddress(int $addressId, string $message)
0 commit comments