Skip to content

Commit

Permalink
GraphQL-418: [Shipping methods] Set Shipping Methods on Cart
Browse files Browse the repository at this point in the history
  • Loading branch information
naydav committed Mar 4, 2019
1 parent f2f05df commit b424d79
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,58 +53,67 @@ protected function setUp()

public function testShippingMethodWithVirtualProduct()
{

$this->markTestIncomplete('https://github.com/magento/graphql-ce/issues/423');
}

public function testShippingMethodWithSimpleProduct()
{

$this->markTestIncomplete('https://github.com/magento/graphql-ce/issues/423');
}

public function testShippingMethodWithSimpleProductWithoutAddress()
{

$this->markTestIncomplete('https://github.com/magento/graphql-ce/issues/423');
}

public function testSetShippingMethodWithMissedRequiredParameters()
{

$this->markTestIncomplete('https://github.com/magento/graphql-ce/issues/423');
}

public function testSetNonExistentShippingMethod()
{
$this->markTestIncomplete('https://github.com/magento/graphql-ce/issues/423');
}

public function testSetShippingMethodIfAddressIsNotBelongToCart()
{
$this->markTestIncomplete('https://github.com/magento/graphql-ce/issues/423');
}

public function testSetShippingMethodToNonExistentCart()
{
$this->markTestIncomplete('https://github.com/magento/graphql-ce/issues/423');
}

public function testSetShippingMethodToGuestCart()
{

$this->markTestIncomplete('https://github.com/magento/graphql-ce/issues/423');
}

public function testSetShippingMethodToAnotherCustomerCart()
{

$this->markTestIncomplete('https://github.com/magento/graphql-ce/issues/423');
}

public function testSetShippingMethodToNonExistentCartAddress()
{
$this->markTestIncomplete('https://github.com/magento/graphql-ce/issues/423');
}

public function testSetShippingMethodToGuestCartAddress()
{

$this->markTestIncomplete('https://github.com/magento/graphql-ce/issues/423');
}

public function testSetShippingMethodToAnotherCustomerCartAddress()
{
$this->markTestIncomplete('https://github.com/magento/graphql-ce/issues/423');
}

public function testSetMultipleShippingMethods()
{
$this->markTestIncomplete('https://github.com/magento/graphql-ce/issues/423');
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ public function testSetShippingMethodToAnotherCustomerCartAddress()
$this->markTestIncomplete('https://github.com/magento/graphql-ce/issues/422');
}

public function testSetMultipleShippingMethods()
{
$this->markTestIncomplete('https://github.com/magento/graphql-ce/issues/422');
}

/**
* @param string $maskedQuoteId
* @param string $shippingMethodCode
Expand Down

0 comments on commit b424d79

Please sign in to comment.