Skip to content

Commit

Permalink
Added data Provider
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshsuhagiya committed Mar 26, 2019
1 parent 16ce046 commit c2f15b3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ public function testShippingMethodWithSimpleProduct()

/**
* @magentoApiDataFixture Magento/Checkout/_files/quote_with_simple_product_saved.php
* @dataProvider dataProviderWithMissedRequiredParameters
* @param int $addressId
* @param string $message
* @expectedException \Exception
*/
public function testShippingMethodWithSimpleProductWithoutAddress(int $addressId, string $message)
Expand Down

0 comments on commit c2f15b3

Please sign in to comment.