Skip to content

Commit c2f15b3

Browse files
Added data Provider
1 parent 16ce046 commit c2f15b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/SetShippingMethodsOnCartTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ public function testShippingMethodWithSimpleProduct()
112112

113113
/**
114114
* @magentoApiDataFixture Magento/Checkout/_files/quote_with_simple_product_saved.php
115+
* @dataProvider dataProviderWithMissedRequiredParameters
116+
* @param int $addressId
117+
* @param string $message
115118
* @expectedException \Exception
116119
*/
117120
public function testShippingMethodWithSimpleProductWithoutAddress(int $addressId, string $message)

0 commit comments

Comments
 (0)